With export CFLAGS/COPTS="-g -pipe" and bypassing the install-strip 
target:


(gdb) bt
#0  0x692d6e61 in ?? ()
#1  0x2829c3c3 in ?? ()
#2  0x7073676e in ?? ()
#3  0x08088172 in ?? ()
#4  0x080b4840 in ipmi_lan_params ()
#5  0x2829c35a in ?? ()
#6  0x080b3e34 in sensor_specific_types ()
#7  0xbfbfeba4 in ?? ()
#8  0x2809bb02 in ?? ()
#9  0x080b3c98 in sensor_specific_types ()
#10 0xbfbfee6e in ?? ()
#11 0x0808006e in ipmi_activate_session_cmd (intf=0xbfbfee6e) at 
lan.c:1176
#12 0x0805296f in ipmi_sdr_print_listentry (intf=0x80b32e0, 
entry=0xbfbfee6f) at ipmi_sdr.c:2216
#13 0x080534f7 in __sdr_list_empty (head=0x80b32e0) at ipmi_sdr.c:2677
#14 0x080715a3 in ipmi_event_fromfile (intf=0x80b32e0, file=0xbfbfee66 
"sdr") at ipmi_event.c:560
#15 0x08072195 in ipmi_get_session_info (intf=0xc, 
session_request_type=3217026328, id_or_handle=134850880)
     at ipmi_session.c:317
#16 0x0804acee in frame_dummy ()
#17 0x0804ac25 in _start ()
#18 0x0000000c in ?? ()

(gdb) info registers
eax            0x0      0
ecx            0xbfbfee6e       -1077940626
edx            0xbfbfee6e       -1077940626
ebx            0x282bd5ec       673961452
esp            0xbfbfeb4c       0xbfbfeb4c
ebp            0xbfbfeb78       0xbfbfeb78
esi            0xbfbfee6e       -1077940626
edi            0x0      0
eip            0x692d6e61       0x692d6e61
eflags         0x10292  66194
cs             0x1f     31
ss             0x2f     47
ds             0x2f     47
es             0x2f     47
fs             0x2f     47
gs             0x8f     143
(gdb) info variables
All defined variables:

File ipmishell.c:
_RuneLocale *_CurrentRuneLocale;
_RuneLocale _DefaultRuneLocale;
int __isthreaded;
int csv_output;
const struct valstr ipmi_authtype_session_vals[0];
const struct valstr ipmi_privlvl_vals[0];
rl_hook_func_t *rl_event_hook;
const char *rl_readline_name;
int verbose;
static struct ipmi_intf *shell_intf;

This backtrace is seemingly incomplete due to the tedious process of 
obtaining debug binaries with symbols.

I opened tracker #1614933 .

~BAS

On Mon, 11 Dec 2006, Brian A. Seklecki wrote:

>
> We've been receiving more sig11s.  We're trying to track them down now.
> We'll try to recompile our binaries with debugging symbols again and
> submit tracebacks.
>
> This is ipmitool-1.8.8
>
> skyhopper kernel log messages:
>> pid 57150 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 8089 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 40689 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 49990 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 72991 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 86715 (ipmitool), uid 101: exited on signal 11 (core dumped)
>> pid 14478 (ipmitool), uid 101: exited on signal 11 (core dumped)
>
> The last time this happened it was Linux-happy code that executed fine
> therein but completely bombed out once on FreeBSD.
>
> l8*
>       -lava (Brian A. Seklecki - Pittsburgh, PA, USA)
>              http://www.spiritual-machines.org/
>
> "...from back in the heady days when "helpdesk" meant nothing, "diskquota"
> meant everything, and lives could be bought and sold for a couple of pages
> of laser printout - and frequently were."
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
>

l8*
        -lava (Brian A. Seklecki - Pittsburgh, PA, USA)
               http://www.spiritual-machines.org/

"...from back in the heady days when "helpdesk" meant nothing, "diskquota"
meant everything, and lives could be bought and sold for a couple of pages
of laser printout - and frequently were."

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to