[Gambas-user] Issue 271 in gambas: Text pull segmentation fault

gambas at ...2524... gambas at ...2524...
Tue Jul 10 23:20:46 CEST 2012


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 271 by krisztiankende: Text pull segmentation fault
http://code.google.com/p/gambas/issues/detail?id=271

If I try pull the text from a text box out of the window, segmentation  
fault occurs.
Simple code (GTK+), video of the event is attached.

gdb:
(gdb) run
Starting program: /usr/bin/gbx3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5c57388 in ?? () from /usr/lib/gambas3/gb.gtk.so
(gdb) bt
#0  0x00007ffff5c57388 in ?? () from /usr/lib/gambas3/gb.gtk.so
#1  0x00007ffff5c574d7 in ?? () from /usr/lib/gambas3/gb.gtk.so
#2  0x00007ffff5c38188 in ?? () from /usr/lib/gambas3/gb.gtk.so
Cannot access memory at address 0x7fffffffce58

Valgrind:
http://pastebin.com/c2QXQagq

Version: stable 3.2.0 from PPA
Distribution: Ubuntu 12.04 and 12.10 (and maybe older releases)

Attachments:
	segmentation_fault.ogv  787 KB





More information about the User mailing list