public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* meeting 2006-11-14
@ 2006-11-14 18:30 Andrew Cagney
  2006-11-21 19:54 ` minutes 2006-11-14 Stan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2006-11-14 18:30 UTC (permalink / raw)
  To: frysk

Agenda:

Ongoing topics:

Testsuite and potential upstream [kernel] problems: cmoller, roland, 
cagney, len
-> reproducer status?
-> status on FC5 FC6 FCrawhide?
-> #3381 - tear down race [cmoller]
-> #3500 - inferior process quits when an instruction observer is 
deleted [mcvet, mjw]
-> #2492 - test clone / test fstack race [npremji]
-> frysk in RHTS?

Command line utilities:
-> fcore [pmuldoon]
-> fstep [mjw]

Source Code Viewer: rmoseley, mcvet, scox
-> testing

Stepping: mcvet, mjw
-> testing

Breakpoints: timoore, mjw
-> testing

Discussion:
-> gosip?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: minutes 2006-11-14
  2006-11-14 18:30 meeting 2006-11-14 Andrew Cagney
@ 2006-11-21 19:54 ` Stan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Stan Cox @ 2006-11-21 19:54 UTC (permalink / raw)
  To: Frysk Hackers

3381 teardown race (cmoller)
-should teardown be changed to be more robust
-what is the scope of the problem?
 -kills are asynchronous, so there is a race
 -not utrace dependent
 -buggy behavior is in buggy kernel
  -no need for teardown to handle buggy kernel
  -teardown needs to handle asynchronization
-frysk fires off kill/sigkill
 -don't use nohang, use wait without nohang
 -waitpid works for attached or unattached process
-frysk teardown does kill/detach/waitpid
 -detach means you are waiting on a process that isn't yours
-FC6 has SIGKILL bug because SIGKILL isn't specially handled
-hang bug may be a bug

3500 (Mark)
-possibly not a kernel issue but a timing issue

3492 (Nurdin)
-in progress
-stamping out bugs

Command Line Utilities
-fcore writes all segments and gcore doesn't, otherwise identical.  
 -FP regs are done.
 -next up is static analysis
 -how to handle a corefile in frysk
  -handle as part of current Host, just dead OR 
  -create a new Host
 -software layers will get registers and memory from the corefile
  instead of the task
  -32 on 64 with bytebuffer is a glitch
  -what about 2 level byte buffer for 32 on 64?
 -libelf bindings testings
-would be nice to use properties to get configuration info into frysk

source window
-Mike working on bugs
 -line stepping test
-Rick on jdom test cases
 -finding the right pieces can use $DATADIR
-dejagnu support added for "expect" testing

breakpoints
-Tim looking at Mike's stepping support to get events from core for hpd
-should this go into frysk.rt?
-look at gdb sig* testcases for edge cases

Open source java discussion

Changing the way observers are added
-currently observers are added explicitly
-is it better to add explicitly or implicitly?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-21 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-14 18:30 meeting 2006-11-14 Andrew Cagney
2006-11-21 19:54 ` minutes 2006-11-14 Stan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).