Bug 2350 - Line numbers in exceptions
Summary: Line numbers in exceptions
Status: RESOLVED WONTFIX
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-02-17 15:35 UTC by Sami Wagiaalla
Modified: 2006-05-12 15:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. >>