Bug 3194 - Dynamically added observers do weird things: Hijack previous observers glyph, and tooltip data.
Summary: Dynamically added observers do weird things: Hijack previous observers glyph,...
Status: RESOLVED WORKSFORME
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-09-11 18:55 UTC by Nurdin Premji
Modified: 2006-11-27 21:03 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Screenshot of frysk with proper fork and syscall events (49.86 KB, image/png)
2006-11-27 21:02 UTC, Nurdin Premji
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nurdin Premji 2006-09-11 18:55:23 UTC
To recreate: Start off with bash and a single fork observer, do a few ls's to
show that the fork observer is working.

Add a syscall observer, and do a few ls's. You see many many "fork" events, whch
are really syscalls.
Comment 1 Nurdin Premji 2006-11-27 21:02:55 UTC
Created attachment 1441 [details]
Screenshot of frysk with proper fork and syscall events
Comment 2 Nurdin Premji 2006-11-27 21:03:17 UTC
Frysk seems to display the proper glyphs per event/observer now.