public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/5677] New: <<fcatch frysk>> hangs on f8
@ 2008-01-25 22:51 cagney at redhat dot com
  2008-03-11 19:39 ` [Bug general/5677] " swagiaal at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: cagney at redhat dot com @ 2008-01-25 22:51 UTC (permalink / raw)
  To: frysk-bugzilla

Thus:

t$ ../frysk-core/frysk/bindir/fcatch ./frysk/gui/FryskGuiEntered parseCommand
fcatch: from PID 28261 TID 28263:
SIGPWR(30) detected - dumping stack trace for TID 28263
#0 0x00110402 in __kernel_vsyscall () from
/home/scratch/frysk/git/native/frysk-gui/[vdso]
#1 0x000538e0 in [unknown] from /home/scratch/frysk/git/native/frysk-gui/Unknown
#2 0xf13c8001 in [unknown] from /home/scratch/frysk/git/native/frysk-gui/Unknown
SIGPWR(30) detected - dumping stack trace for TID 28261
#0 0x00110402 in __kernel_vsyscall () from
/home/scratch/frysk/git/native/frysk-gui/[vdso]
#1 0xb76005b1 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#2 0xb76009cc in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#3 0xb7600cd8 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#4 0xb7605ca0 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#5 0xb760607b in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#6 0xb7606455 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#7 0xb6bc4cd5 in _Jv_NewPrimArray () from /usr/lib/libgcj.so.8rh.0.0

0
fcatch: from PID 28261 TID 28261:
SIGWINCH(28) detected - dumping stack trace for TID 28263
#0 0x00110402 in __kernel_vsyscall () from
/home/scratch/frysk/git/native/frysk-gui/[vdso]
#1 0x000538e0 in [unknown] from /home/scratch/frysk/git/native/frysk-gui/Unknown
#2 0xf13c8001 in [unknown] from /home/scratch/frysk/git/native/frysk-gui/Unknown
SIGWINCH(28) detected - dumping stack trace for TID 28261
#0 0x00110402 in __kernel_vsyscall () from
/home/scratch/frysk/git/native/frysk-gui/[vdso]
#1 0xb76005b1 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#2 0xb76009cc in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#3 0xb7600cd8 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#4 0xb7605ca0 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#5 0xb760607b in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#6 0xb7606455 in [unknown] from /usr/lib/libgcj.so.8rh.0.0
#7 0xb6bc4cd5 in _Jv_NewPrimArray () from /usr/lib/libgcj.so.8rh.0.0

-- 
           Summary: <<fcatch frysk>> hangs on f8
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com
OtherBugsDependingO 3361,5675
             nThis:


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

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


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

* [Bug general/5677] <<fcatch frysk>> hangs on f8
  2008-01-25 22:51 [Bug general/5677] New: <<fcatch frysk>> hangs on f8 cagney at redhat dot com
@ 2008-03-11 19:39 ` swagiaal at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: swagiaal at redhat dot com @ 2008-03-11 19:39 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From swagiaal at redhat dot com  2008-03-11 19:39 -------
Fixed. 

commit 5492baa03cd955076e3b9cc5305def492de72920
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Mon Mar 10 16:29:44 2008 -0400

    swagiaal: converted fcatch to use ProcRunUtil.
    
    frysk-core/frysk/bindir/ChangeLog
    +2008-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* fcatch.java: Moved the bulk of the code to FCatch.
    +
    
    frysk-core/frysk/debuginfo/ChangeLog
    +2008-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* DebugInfoStackFactory.java: Added DEFAULT options.
    +
    
    frysk-core/frysk/util/ChangeLog
    +2008-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* FCatch.java: Now uses ProcRunUtil.
    +	* TestFCatch.java: Deleted.
    +


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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


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

end of thread, other threads:[~2008-03-11 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-25 22:51 [Bug general/5677] New: <<fcatch frysk>> hangs on f8 cagney at redhat dot com
2008-03-11 19:39 ` [Bug general/5677] " swagiaal at redhat dot com

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).