Re: [gtk-osx-users] Need to explicitly export DYLD_FALLBACK_LIBRARY_PATH
- From: John Ralls <jralls ceridwen us>
- To: Timo <timomlists gmail com>
- Cc: "gtk-osx-users-list gnome org" <gtk-osx-users-list gnome org>
- Subject: Re: [gtk-osx-users] Need to explicitly export DYLD_FALLBACK_LIBRARY_PATH
- Date: Wed, 8 Jan 2020 19:53:32 -0800
On Jan 8, 2020, at 10:22 AM, Timo <timomlists gmail com> wrote:
Hello John, sorry for the very late reply, life got in the way. I tried to pick up where we left and hope
you can give further assistance.
I was able to retrieve the following stacktrace:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
VM Regions Near 0:
-->
__TEXT 00000001070a1000-00000001070a3000 [ 8K] r-x/rwx SM=COW
/Users/USER/Desktop/*/myapp.app/Contents/MacOS/myapp
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x00007fff67797232 strlen + 18
1 libgirepository-1.0.1.dylib 0x000000010aa7592f g_typelib_matches_gtype_name_prefix + 63
(gitypelib.c:336)
2 libgirepository-1.0.1.dylib 0x000000010aa73214 fqy_gtype + 100 (girepository.c:771)
3 libgirepository-1.0.1.dylib 0x000000010aa73057 g_irepository_find_by_gtype + 119
(girepository.c:828)
4 _gi.cpython-36m-darwin.so 0x000000010a5c6ffb _wrap_pyg_enum_add + 91 (gimodule.c:74)
5 libpython3.6m.dylib 0x000000010710504b _PyCFunction_FastCallDict + 475
(methodobject.c:231)
6 libpython3.6m.dylib 0x00000001071920cc call_function + 588 (ceval.c:4851)
Looks like it's trying to get strlen(NULL) and that's coming from trying to find an invalid GType, sourced
from Python, possibly an enum based on frame 4. One can't tell from this what it is, of course. Maybe you run
your program under the python debugger and figure out what is the terminal python call and work from there.
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]