Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#33618 - [electricsheep] crashes on exit

Attached to Project: Community Packages
Opened by Matthias Krüger (matthiaskrgr) - Monday, 28 January 2013, 21:17 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 27 July 2013, 23:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Eric Belanger (Snowman)
Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

There seems to be some kind of crash when I exit electricsheep:




CElectricSheep()
CElectricSheep_Linux()
Startup()
SetInstallation: /usr/share/electricsheep/Scripts
SetInstallation: /usr/share/electricsheep/Scripts
CElectricSheep_Linux::Shutdown()
Trying to access shutdown singleton CReusableAlignedBuffers
Trying to access shutdown singleton CReusableAlignedBuffers
Trying to access shutdown singleton CReusableAlignedBuffers
*** Error in `electricsheep': corrupted double-linked list: 0x00007f5d241d9ca0 ***
zsh: segmentation fault (core dumped) electricsheep



GNU gdb (GDB) 7.5.1
Copyright (C) 2012 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 "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) exec-file /usr/bin/electricsheep
(gdb) run
Starting program: /usr/bin/electricsheep
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
CElectricSheep()
CElectricSheep_Linux()
Startup()
SetInstallation: /usr/share/electricsheep/Scripts
[New Thread 0x7fffec02d700 (LWP 30840)]
SetInstallation: /usr/share/electricsheep/Scripts
[New Thread 0x7fffeb282700 (LWP 30863)]
[New Thread 0x7fffeaa81700 (LWP 30864)]
[New Thread 0x7fffea280700 (LWP 30866)]
[New Thread 0x7fffe9a7f700 (LWP 30879)]
[New Thread 0x7fffe9223700 (LWP 30939)]
[New Thread 0x7fffe8a22700 (LWP 30940)]
[New Thread 0x7fffdbfff700 (LWP 30941)]
CElectricSheep_Linux::Shutdown()
Trying to access shutdown singleton CReusableAlignedBuffers
[Thread 0x7fffec02d700 (LWP 30840) exited]
Trying to access shutdown singleton CReusableAlignedBuffers

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe8a22700 (LWP 30940)]
0x00007ffff6ef4b5d in ?? () from /usr/lib/libavcodec.so.54
(gdb) bt
#0 0x00007ffff6ef4b5d in ?? () from /usr/lib/libavcodec.so.54
#1 0x00007ffff6f1163d in ?? () from /usr/lib/libavcodec.so.54
#2 0x00007ffff6f13fff in ?? () from /usr/lib/libavcodec.so.54
#3 0x00007ffff6f14722 in ?? () from /usr/lib/libavcodec.so.54
#4 0x00007ffff6f18c7f in ?? () from /usr/lib/libavcodec.so.54
#5 0x00007ffff6f199f3 in ?? () from /usr/lib/libavcodec.so.54
#6 0x00007ffff70b9495 in ?? () from /usr/lib/libavcodec.so.54
#7 0x00007ffff3912e0f in start_thread () from /usr/lib/libpthread.so.0
#8 0x00007ffff3c0fefd in clone () from /usr/lib/libc.so.6
(gdb) bt full
#0 0x00007ffff6ef4b5d in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#1 0x00007ffff6f1163d in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#2 0x00007ffff6f13fff in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#3 0x00007ffff6f14722 in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#4 0x00007ffff6f18c7f in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#5 0x00007ffff6f199f3 in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#6 0x00007ffff70b9495 in ?? () from /usr/lib/libavcodec.so.54
No symbol table info available.
#7 0x00007ffff3912e0f in start_thread () from /usr/lib/libpthread.so.0
No symbol table info available.
#8 0x00007ffff3c0fefd in clone () from /usr/lib/libc.so.6
No symbol table info available.
(gdb)




community/electricsheep 2.7b33-5
core/curl 7.28.1-1
community/flam3 3.0.1-2
extra/ffmpeg 1:1.0.1-1
community/wxgtk2.9 2.9.4-2
extra/lua51 5.1.5-3
extra/libgtop 2.28.4-1
extra/boost-libs 1.52.0-1
extra/freeglut 2.8.0-2
community/glee 5.4-4

This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 27 July 2013, 23:35 GMT
Reason for closing:  Upstream
Additional comments about closing:  Please report upstream if the bug is still present.

Loading...