Thu 29 Oct 2009 03:22:43 PM UTC, original submission:
When I type the following:
cnee --verbose --record --all-events
I get:
SEGV (no mapping at the fault address) in strlen at 0xfef31d10
0xfef31d10: strlen+0x0050: ld [%o2], %o1
Current function is xnee_verbosef
58 (void)xd->verbose_fp ( xd->err_file, msg, ap );
(dbx) where
[1] strlen(0x0, 0xfffffaf0, 0x0, 0x27, 0x0, 0x20), at 0xfef31d10
[2] _ndoprnt(0x63544, 0xffbfeaa4, 0xffbfede8, 0x0, 0x0, 0x0), at 0xfef9a2dc
[3] vfprintf(0x67b60, 0x63528, 0xffbfea9c, 0xffbfedde, 0x51c14, 0x21f6c), at 0xfef9c7b8
=>[4] xnee_verbosef(xd = 0x68080, msg = 0x63528 "Found xns entry for '%s' '%s' at position: %d\n", ... = 0xffbfeddc, ...), line 58 in "print_varargs.c"
[5] xnee_parse_option_impl(xd = 0x68080, opt_and_args = 0xffbfec30, args_used = 0xffbfeb34, syntax_mode = 1), line 1118 in "xnee_resource.c"
[6] xnee_parse_args(xd = 0x68080, argc = 4, argv = 0xffbfec24), line 558 in "parse.c"
[7] main(argc = 4, argv = 0xffbfec24), line 79 in "main.c"
|