This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: Problems merging DNS JNDI code


>>>>> "Pete" == Pete Chown <Pete.Chown@skygate.co.uk> writes:

Pete> BFD: Dwarf Error: Invalid or unhandled FORM value: 14.
Pete> BFD: Dwarf Error: Could not find abbrev number 108.
Pete> BFD: Dwarf Error: Invalid or unhandled FORM value: 14.
Pete> BFD: Dwarf Error: Could not find abbrev number 108.

gcc recently changed its Dwarf-2 (debugging) output format.
These messages mean you need a new binutils that can understand the
new output.


Pete> If I run it under gdb, I get a SIGPIPE during the
Pete> printStackTrace:

I've noticed this too.
When debugging libgcj I usually do "handle SIGPIPE nostop noprint".

Tom


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