This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Lots of SIGFPE and SIGSEGV found while debugging Sun hotspot vm on AMD64 machine


On Thu, Mar 22, 2007 at 12:07:22PM -0600, Neo wrote:
> hi,

> Everything is fine when I am using gdb to debug Sun hotspot VM on IA32 machine. 
> But something wired happens on AMD64 machine. Since the code executed on VM is 
> dynamically generated I cannot get any information from the "bt" command. Is 
> there any other approach to debug? Without attaching gdb, there is no error. I 
> am using the latest version gdb from CVS.

It's probably generating those signals deliberately.  Try using
"handle" to pass and ignore them.  That's fairly common for JVMs.


-- 
Daniel Jacobowitz
CodeSourcery


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