bugGnash - The GNU Flash player - Bugs: bug #48104, libgcc_s.so.1 must be installed...

 
 

bug #48104: libgcc_s.so.1 must be installed for pthread_cancel to work

Submitter:  Adam Smith <cy1>
Submitted:  Thu 02 Jun 2016 08:17:00 PM UTC
   
 
Category:  None Severity:  3 - Normal
Release:  master Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 17 Jun 2016 11:22:31 AM UTC, comment #1: 

Hi! Could it be you have some issue with 32_bit vs. 64-bit libraries in your system? Can you show the result of
"uname -a"
and
"file /usr/lib/libgcc_s.so.1"?

For reference is my output:
 uname -a:

Linux dagjobblaptop 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

 ldd ../bin/gtk-gnash | grep libgcc:

libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe1c6880000)

 file /lib/x86_64-linux-gnu/libgcc_s.so.1:

/lib/x86_64-linux-gnu/libgcc_s.so.1: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=68220ae2c65d65c1b6aaa12fa6765a6ec2f5f434, stripped

Cheers,

Dag

Dag Hovland <daghovland>
Thu 02 Jun 2016 08:17:00 PM UTC, original submission:  

This is really puzzling me. I compiled the latest git from savannah, and this is what I get:


$ ldd /usr/bin/gtk-gnash  | grep libgcc_s.so.1
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f31c4ac7000)

$ /usr/bin/gtk-gnash anythingatall.swf
libgcc_s.so.1 must be installed for pthread_cancel to work

Using gdb to poke at it, when the thread aborts, I get this:

(gdb) bt
#0  0x00007ffff5250295 in raise () from /usr/lib/libc.so.6
#1  0x00007ffff52516da in abort () from /usr/lib/libc.so.6
#2  0x00007ffff528bd50 in __libc_message () from /usr/lib/libc.so.6
#3  0x00007ffff528bd92 in __libc_fatal () from /usr/lib/libc.so.6
#4  0x00007ffff788755f in pthread_cancel_init () from /usr/lib/libpthread.so.0
#5  0x00007ffff7887664 in _Unwind_ForcedUnwind () from /usr/lib/libpthread.so.0
#6  0x00007ffff7885cb0 in __pthread_unwind () from /usr/lib/libpthread.so.0
#7  0x00007ffff787e595 in pthread_exit () from /usr/lib/libpthread.so.0
#8  0x00007ffff43388b0 in ?? () from /usr/lib/libSDL-1.2.so.0
#9  0x00007ffff787d474 in start_thread () from /usr/lib/libpthread.so.0
#10 0x00007ffff530469d in clone () from /usr/lib/libc.so.6


(gdb) info threads
  Id   Target Id         Frame
  1    Thread 0x7fffe20199c0 (LWP 988) "gtk-gnash" 0x00007ffff787e6bd in pthread_join () from /usr/lib/libpthread.so.0
* 2    Thread 0x7fffe171f700 (LWP 992) "gtk-gnash" (Exiting) 0x00007ffff5250295 in raise () from /usr/lib/libc.so.6


(gdb) thread 1
[Switching to thread 1 (Thread 0x7fffe20199c0 (LWP 988))]


(gdb) bt
#0  0x00007ffff787e6bd in pthread_join () from /usr/lib/libpthread.so.0
#1  0x00007ffff42f71e6 in SDL_WaitThread () from /usr/lib/libSDL-1.2.so.0
#2  0x00007ffff42eef8a in SDL_AudioQuit () from /usr/lib/libSDL-1.2.so.0
#3  0x00007ffff42ede65 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#4  0x00007ffff7fc82cf in gnash::sound::SDL_sound_handler::closeAudio (this=0x555555621ba0) at sdl/sound_handler_sdl.cpp:101
#5  gnash::sound::SDL_sound_handler::initAudio (this=0x555555621ba0) at sdl/sound_handler_sdl.cpp:63
#6  gnash::sound::SDL_sound_handler::SDL_sound_handler (this=0x555555621ba0, m=<optimized out>) at sdl/sound_handler_sdl.cpp:111
#7  0x00007ffff7fc8311 in gnash::sound::create_sound_handler_sdl (m=0x5555555cf440) at sdl/sound_handler_sdl.cpp:236
#8  0x000055555558ec37 in gnash::Player::init_sound (this=this@entry=0x7fffffffcf50) at Player.cpp:282
#9  0x000055555559160b in gnash::Player::run (this=0x7fffffffcf50, argc=2, argv=<optimized out>, infile=..., url=...) at Player.cpp:454
#10 0x00005555555700d0 in playFile (player=..., argc=2, argv=0x7fffffffe728, filename="banned from equestria daily.swf") at gnash.cpp:92
...


so... what's going on?

Adam Smith <cy1>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by daghovland (Posted a comment)
  • -email is unavailable- added by cy1 (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code