Re: Time for modutils-2.2.2-pre1

Jochen Friedrich (jochen@nwe.de)
Wed, 17 Mar 1999 10:41:18 +0100 (CET)


Hi Bjorn,

> I would appreciate if you could:
>
> - Test it, especially with egcs and libc2.1.

- gcc version egcs-2.91.60.1 19990115/Linux (egcs-1.1.1 release)
- glibc 2.1

(gdb) run -a
Starting program: /home/xeecn05/modutils-2.2.2-pre1/depmod/./depmod -a

Program received signal SIGSEGV, Segmentation fault.
0x804a66a in main (argc=0, argv=0xbffffc2c) at depmod.cc:310
310 for (i = 0, ret = 0; i < g->pathc && ret != -1;
i++) {
(gdb) bt
#0 0x804a66a in main (argc=0, argv=0xbffffc2c) at depmod.cc:310
#1 0x40030c77 in __libc_start_main (main=0x804a40c <main>, argc=2,
argv=0xbffffc24, init=0x8049af0 <_init>, fini=0x8052518 <_fini>,
rtld_fini=0x40009c10 <_dl_fini>, stack_end=0xbffffc1c)
at ../sysdeps/generic/libc-start.c:78
(gdb) p g
$1 = (GLOB_LIST *) 0x0

Cheers,
Jochen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/