Bug 2350

Summary: Line numbers in exceptions
Product: frysk Reporter: Sami Wagiaalla <swagiaal>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Sami Wagiaalla 2006-02-17 15:35:57 UTC
When frysk throws eceptions line numbers any more.
Has should -g be added to the build flags or what exactly is going on ?
Comment 1 Andrew Cagney 2006-02-19 01:35:01 UTC
See http://sources.redhat.com/ml/frysk/2006-q1/msg00044.html

<< I've just checked in a fix where, when running the JUnit tests, the program
would (apparently) spontaneously sigsegv and die. I traced the problem back to
another case of GCJ and FRYSK fighting over who was in control of SIGCHLD. GCJ,
instead of using a shared library, uses separate processes for things like
demangling and addr2line look up. I've disabled that code. Unfortunatly that
also means that GCJ stack-traces are not as nice as they once were. >>