mailing list of musl libc
 help / color / mirror / code / Atom feed
* _gthread_init crash
@ 2014-10-14  6:07 Michael
  2014-10-14  7:05 ` Jens Gustedt
  0 siblings, 1 reply; 2+ messages in thread
From: Michael @ 2014-10-14  6:07 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

I have compiled my app using musl entirely statically however when it is
run on initialization it crashes with the attached stacktrace under
x86_64.  Is this because the local stuff in musl is not fully finished?

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00000000006ccecf in __gthread_once ()
#2  0x00000000006cd285 in std::locale::_S_initialize() ()
#3  0x00000000006cd012 in std::locale::locale() ()
#4  0x0000000000683614 in std::basic_streambuf<char, std::char_traits<char>
>::basic_streambuf() ()
#5  0x00000000006ae590 in __gnu_cxx::stdio_sync_filebuf<char,
std::char_traits<char> >::stdio_sync_filebuf(_IO_FILE*) ()
#6  0x0000000000684beb in std::ios_base::Init::Init() ()
#7  0x00000000004021ee in
_GLOBAL__sub_I__ZN9wxPrivate18GetUntypedNullDataEv ()
#8  0x00000000006f5056 in __do_global_ctors_aux ()
#9  0x000000000040012b in _init ()
#10 0x0000000000000000 in ?? ()

[-- Attachment #2: Type: text/html, Size: 1202 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: _gthread_init crash
  2014-10-14  6:07 _gthread_init crash Michael
@ 2014-10-14  7:05 ` Jens Gustedt
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Gustedt @ 2014-10-14  7:05 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1675 bytes --]

Hi,

Am Dienstag, den 14.10.2014, 17:07 +1100 schrieb Michael:
> I have compiled my app using musl entirely statically however when it
> is run on initialization it crashes with the attached stacktrace under
> x86_64.  Is this because the local stuff in musl is not fully
> finished?
> 
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000000000000000 in ?? ()
> (gdb) bt
> #0  0x0000000000000000 in ?? ()
> #1  0x00000000006ccecf in __gthread_once ()
> #2  0x00000000006cd285 in std::locale::_S_initialize() ()
> #3  0x00000000006cd012 in std::locale::locale() ()
> #4  0x0000000000683614 in std::basic_streambuf<char,
> std::char_traits<char> >::basic_streambuf() ()
> #5  0x00000000006ae590 in __gnu_cxx::stdio_sync_filebuf<char,
> std::char_traits<char> >::stdio_sync_filebuf(_IO_FILE*) ()
> #6  0x0000000000684beb in std::ios_base::Init::Init() ()
> #7  0x00000000004021ee in
> _GLOBAL__sub_I__ZN9wxPrivate18GetUntypedNullDataEv ()
> #8  0x00000000006f5056 in __do_global_ctors_aux ()
> #9  0x000000000040012b in _init ()
> #10 0x0000000000000000 in ?? ()

This looks as if you are using the native C++ lib, and this is using
internal stuff from glibc under the hood. In particular, here it seems
to be using glibc's implementation of pthread_once to initialize things.

Not surprising that this doesn't work.

Jens

-- 
:: INRIA Nancy Grand Est ::: AlGorille ::: ICube/ICPS :::
:: ::::::::::::::: office Strasbourg : +33 368854536   ::
:: :::::::::::::::::::::: gsm France : +33 651400183   ::
:: ::::::::::::::: gsm international : +49 15737185122 ::
:: http://icube-icps.unistra.fr/index.php/Jens_Gustedt ::



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-14  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14  6:07 _gthread_init crash Michael
2014-10-14  7:05 ` Jens Gustedt

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).