|
From: Matt Z. <md...@de...> - 2003-12-21 01:07:03
|
On Sat, Dec 20, 2003 at 04:52:57PM -0800, Matt Zimmerman wrote: > sh-2.05a# apt-get source -b hello > apt-get: error while loading shared libraries: /lib/libm.so.6: cannot read > file data: Error 38 > sh-2.05a# > sh-2.05a# apt-get source -b hello > Reading Package Lists... Done > Building Dependency Tree... Done > > And of course, I haven't been able to get this to happen in the debugger > (yet). Well, with enough attempts, I'm able to get it to happen in gdb. However, I can't get it down to a single syscall, and can't do it reliably. I tried setting a breakpoint at the point in syscall_kern.c where it can return -ENOSYS, but it never hits it. It doesn't help that apparently when I send SIGINT to try to get back to gdb, it kills UML. This might be a gdb 6.0 problem. -- - mdz |