bugWeeChat - Bugs: bug #33643, SIGSEGV on ARM (Debian ARMEL...

 
 

bug #33643: SIGSEGV on ARM (Debian ARMEL wheezy)

Submitter:  Colby Williams <yorokobi>
Submitted:  Sat 25 Jun 2011 04:24:17 PM UTC
   
 
Category:  other Severity:  3 - Normal
Item Group:  crash Status:  Invalid
Privacy:  Public Assigned to:  flashcode
Originator Name:  Open/Closed:  Closed
Release:  * 0.3.5 IRC nick:  Yorokobi
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Jan 2013 05:24:34 PM UTC, comment #2: 

Feel free to close this one. I no longer have access to the ARMEL device and can no longer test.

Thank you.

Colby Williams <yorokobi>
Sat 12 Jan 2013 04:05:56 PM UTC, comment #1: 

If you still have crash, please try to run with electric fence, without loading plugins (to check if core is crashing), for example (replace path to electric fence if different for you):


LD_PRELOAD=/usr/lib/libefence.so weechat-curses -p


Or try with plugins loaded (can take some time, according to CPU, because electric-fence will slow down WeeChat a lot):


LD_PRELOAD=/usr/lib/libefence.so weechat-curses


If you have a crash with one of these commands, then please send me the backtrace with gdb.

Thank you.

Sebastien Helleu <flashcode>
Group administrator
Sat 25 Jun 2011 04:24:17 PM UTC, original submission:  

[cwilliams@sbc:pts/1] ~ % ulimit -c 10000
[cwilliams@sbc:pts/1] ~ % weechat-curses

* Very bad! WeeChat is crashing (SIGSEGV received)
* Full crash dump was saved to /home/cwilliams/.weechat/weechat_crash_20110625_1704.log file.
*
* Please help WeeChat developers to fix this bug:
*   1. If you have a core file, please run:  gdb weechat-curses core
*      then issue "bt" command and send result to developers
*      To enable core files with bash shell: ulimit -c 10000
*   2. Otherwise send backtrace (below) and weechat.log
*      (be careful, private info may be in this file since
*      part of chats are displayed, so remove lines if needed)

======= WeeChat backtrace =======
(written by weechat 0.3.5, compiled on May 19 2011 11:21:36)
======= End of  backtrace =======
zsh: abort (core dumped)  weechat-curses

[cwilliams@sbc:pts/1] ~ % gdb weechat-curses core
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/weechat-curses...(no debugging symbols found)...done.
[New Thread 1704]
Reading symbols from /lib/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcrypt.so.11
Reading symbols from /usr/lib/libgnutls.so.26...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgnutls.so.26
Reading symbols from /lib/arm-linux-gnueabi/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/arm-linux-gnueabi/libdl.so.2
Reading symbols from /lib/libncursesw.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libncursesw.so.5
Reading symbols from /lib/arm-linux-gnueabi/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/arm-linux-gnueabi/libc.so.6
Reading symbols from /lib/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libgpg-error.so.0
Reading symbols from /usr/lib/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libtasn1.so.3
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/ld-linux.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.3
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Core was generated by `weechat-curses'.
Program terminated with signal 6, Aborted.
#0  0x401c1d88 in raise () from /lib/arm-linux-gnueabi/libc.so.6
(gdb) bt
#0  0x401c1d88 in raise () from /lib/arm-linux-gnueabi/libc.so.6
#1  0x401c5d1c in abort () from /lib/arm-linux-gnueabi/libc.so.6
#2  0x401c5d1c in abort () from /lib/arm-linux-gnueabi/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit

Colby Williams <yorokobi>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #23557:  weechat_crash_20110625_1704.log added by yorokobi (275KiB - text/x-log - Weechat crash file and core)
file #23558:  core.bz2 added by yorokobi (81KiB - application/x-bzip - Weechat crash file and core)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by yorokobi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-16 flashcode StatusNeed Info Invalid
        Open/ClosedOpen Closed
    2013-01-12 flashcode CategoryNone other
        StatusNone Need Info
        Assigned toNone flashcode
    2011-06-25 yorokobi Attached File- Added weechat_crash_20110625_1704.log, #23557
        Attached File- Added core.bz2, #23558

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code