bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb crash.


From: Mathieu Lacage
Subject: gdb crash.
Date: 07 Jun 2002 16:35:17 +0200

hi,

I got a crash and the folowing backtrace while executing a function in
my program with gdb's print command. Here is the backtrace. I got a core
file you need more information.

#0  0x4009dd41 in __kill () from /lib/libc.so.6
(gdb) bt
#0  0x4009dd41 in __kill () from /lib/libc.so.6
#1  0x4009d9b6 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x4009f0d8 in abort () at ../sysdeps/generic/abort.c:88
#3  0x080cecb9 in internal_verror (file=0x81bab9a "findvar.c", line=282,
    fmt=0x81babc0 "store_typed_address: type is not a pointer or
reference", ap=0xbffff20c) at utils.c:740
#4  0x080ced00 in safe_strerror (errnum=136031130) at utils.c:755
#5  0x080e27a4 in store_typed_address (buf=0x87eb9b4, type=0x8d18698,
addr=134594848) at findvar.c:282
#6  0x08074b11 in value_from_pointer (type=0x8d18698, addr=134594848) at
values.c:1259
#7  0x08076632 in evaluate_subexp_standard (expect_type=0x0,
exp=0x8cd50c8, pos=0xbffff534, noside=EVAL_NORMAL) at eval.c:827
#8  0x08074e0f in evaluate_subexp (expect_type=0x0, exp=0x8cd50c8,
pos=0xbffff534, noside=EVAL_NORMAL) at eval.c:69
#9  0x08074ffa in evaluate_expression (exp=0x8cd50c8) at eval.c:158
#10 0x08081d9d in print_command_1 (exp=0x8214652 "((CQuasar
*)pde->pIDecoder)->VTable->GetStatus (pde->pIDecoder, 0)", inspect=0, 
    voidprint=1) at printcmd.c:924
#11 0x08081f1e in print_command (exp=0x8214652 "((CQuasar
*)pde->pIDecoder)->VTable->GetStatus (pde->pIDecoder, 0)", from_tty=1)
    at printcmd.c:987
#12 0x080cc7c2 in execute_command (p=0x8214693 ")", from_tty=1) at
top.c:668
#13 0x0809b78a in command_handler (command=0x8214650 "p ((CQuasar
*)pde->pIDecoder)->VTable->GetStatus (pde->pIDecoder, 0)")
    at event-top.c:506
#14 0x0809bf0b in command_line_handler (rl=0x8be1848 "p ((CQuasar
*)pde->pIDecoder)->VTable->GetStatus (pde->pIDecoder, 0)")
    at event-top.c:802
#15 0x0817b5da in rl_callback_read_char () at callback.c:114
#16 0x0809ae4b in rl_callback_read_char_wrapper (client_data=0x0) at
event-top.c:164
#17 0x0809b65e in stdin_event_handler (error=0, client_data=0x0) at
event-top.c:420
#18 0x080e44c8 in handle_file_event (event_file_desc=0) at
event-loop.c:706
#19 0x080e3fd6 in process_event () at event-loop.c:335
#20 0x080e4015 in gdb_do_one_event (data=0x0) at event-loop.c:372
#21 0x080cc3dd in catch_errors (func=0x80e3fec <gdb_do_one_event>,
args=0x0, errstring=0x81bb1e0 "", mask=6) at top.c:416
#22 0x080e404c in start_event_loop () at event-loop.c:408
#23 0x0809afc5 in cli_command_loop () at event-top.c:194
#24 0x08070648 in captured_command_loop (data=0x0) at main.c:96
#25 0x080cc3dd in catch_errors (func=0x8070630 <captured_command_loop>,
args=0x0, errstring=0x818e6a2 "", mask=6) at top.c:416
#26 0x08071073 in captured_main (data=0xbffffb90) at main.c:705
#27 0x080cc3dd in catch_errors (func=0x807067c <captured_main>,
args=0xbffffb90, errstring=0x818e6a2 "", mask=6) at top.c:416
#28 0x0807109f in main (argc=2, argv=0xbffffbe4) at main.c:716
#29 0x400979cb in __libc_start_main (main=0x8071078 <main>, argc=2,
argv=0xbffffbe4, init=0x806fa98 <_init>, fini=0x818e584 <_fini>, 
    rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffbdc) at
../sysdeps/generic/libc-start.c:92


Mathieu

-- 
Mathieu Lacage <address@hidden>
#p: +33 1 69 19 61 97




reply via email to

[Prev in Thread] Current Thread [Next in Thread]