gst-browser issues on mac?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-browser issues on mac?

Nigel Williams-5
Hi all,

Anyone seen this before, or know what I'm doing wrong?

Also, anyone got a way of extracting a smalltalk call stack from this sort of error out of gdb?

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000563b86
0x000000010023911a in g_type_check_is_value_type ()
(gdb) bt
#0  0x000000010023911a in g_type_check_is_value_type ()
#1  0x0000000131971c3f in _gtk_tree_data_list_check_type ()
#2  0x00000001318942cd in gtk_list_store_new ()
#3  0x00000001000ccf2c in ffi_call_unix64 ()
#4  0x00007fff5fbf5540 in ?? ()
(gdb) The program is running.  Exit anyway? (y or n) y
nigelw$ pkg-config --modversion gtk+-2.0
2.20.1
nigelw$ pkg-config --modversion glib-2.0
2.24.1

Thanks,
Nigel
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-browser issues on mac?

Paolo Bonzini-2
On 08/21/2010 03:19 PM, Nigel Williams wrote:
> Hi all,
>
> Anyone seen this before, or know what I'm doing wrong?
>
> Also, anyone got a way of extracting a smalltalk call stack from this sort of error out of gdb?

call _gst_show_backtrace (stdout)

If stdout doesn't work, try fopen ("/dev/fd/1", "r") or something like that.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk