Subject: debugging Linux emulation
To: None <netbsd-help@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 01/05/2001 16:47:36
I am trying to run a commercial Apache configuration program under NetBSD
1.5_BETA Linux emulation.
The software is a huge RPM with Qt statically linked. I converted the rpm
to cpio with rpm2cpio and then extracted it.
When I ran it, it core dumped.
gdb says:
Program terminated with signal 10, Bus error.
#0 0x8476bf7 in ?? ()
#1 0x832e9ee in ?? ()
#2 0x8328f65 in ?? ()
#3 0x806b06b in ?? ()
#4 0x8460a3c in ?? ()
#5 0x815b0000 in ?? ()
Cannot access memory at address 0xe853.
So it appears that it wasn't built with debugging. Can anyone share some
ideas or pointers to documentation on how to research this problem
further? (Maybe something that shows if a certain Linux call didn't work?)
Any other ideas? (Of course, I am also contacting the software company.)
Thanks,
Jeremy C. Reed
http://www.reedmedia.net/