This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5234] code observers gets updateHit several times when observing task hits the address


------- Additional Comments From pmachata at redhat dot com  2007-10-30 22:57 -------
Clarification.  The updateHit is really called several times, with the same
combination of task and address.  This ltrace output snippet exhibits the problem:
[22688] call thr->printf(3215026272, 0, 0, 0)\
[22688]  call thr->printf(3215026272, 0, 0, 0)\
[22688]   call thr->printf(3215026272, 0, 0, 0)\
[22688]    call thr->printf(3215026272, 0, 0, 0)\
[22688]     call thr->printf(3215026272, 0, 0, 0)\
[22688]      call thr->printf(3215026272, 0, 0, 0)
[22688]       syscall write(4, 4
, 3086082048)4

[22688]       syscall leave write = 2
[22688]      leave printf = 2
[22688]     leave printf = 2
[22688]    leave printf = 2
[22688]   leave printf = 2
[22688]  leave printf = 2


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|code observers should get   |code observers gets
                   |updateHit only when         |updateHit several times when
                   |observing task really hits  |observing task hits the
                   |the address                 |address


http://sourceware.org/bugzilla/show_bug.cgi?id=5234

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]