Segmentation fault in gtk2-perl-application

2005-03-30 Thread Stephan Brunner
Hello everybody, first of all, let me say "thank you!" for the great perl-bindings to gtk2. I very much enjoy using them and I'm happy with the progress I made with my first gtk2-perl application. Unfortunately, I run into a segmentation fault at a specific point in my application. There is a

Re: Segmentation fault in gtk2-perl-application

2005-03-30 Thread muppet
On Mar 30, 2005, at 4:59 PM, Stephan Brunner wrote: Of course, I do much more trust the libraries than I trust my own code, Good -- you understand the principle of "select() is not broken". :-) but I'm only used to *dying* perl scripts (with file, line no. and error message); I never encountered

Re: Segmentation fault in gtk2-perl-application

2005-03-31 Thread Stephan Brunner
Thank you, Ross and muppet, for your mails. You make me hope that this issue is resolvable and not a bad demons sword hanging over the stability of my application... Am Donnerstag 31 März 2005 04:33 schrieb muppet: > On Mar 30, 2005, at 4:59 PM, Stephan Brunner wrote: [...] > > I would be very

Re: Segmentation fault in gtk2-perl-application

2005-03-31 Thread muppet
On Mar 31, 2005, at 4:20 PM, Stephan Brunner wrote: Am Donnerstag 31 März 2005 04:33 schrieb muppet: What versions of gtk+, glib, Gtk2, and Glib are you using? what OS/dist? I run Debian Sarge on x86; that came with gtk+ 2.6.2, glib 2.6.3, Gtk2 and Glib 1.062. My personal debug-build of Gtk2 and

Re: Segmentation fault in gtk2-perl-application

2005-04-01 Thread Stephan Brunner
Am Freitag 01 April 2005 02:55 schrieb muppet: > On Mar 31, 2005, at 4:20 PM, Stephan Brunner wrote: > > Am Donnerstag 31 März 2005 04:33 schrieb muppet: > >> What versions of gtk+, glib, Gtk2, and Glib are you using? what > >> OS/dist? > > > > I run Debian Sarge on x86; that came with gtk+ 2.6.2,

Re: Segmentation fault in gtk2-perl-application

2005-04-01 Thread muppet
On Apr 1, 2005, at 5:39 PM, Stephan Brunner wrote: Yes, this script also segfaults. The backtrace is pretty much the same as before, I think line #7 changed a bit (missing my_perl = ...). alright, then, try the attached C program. /* C port of crashing perl example. gcc -o stephan-crash ste

Re: Segmentation fault in gtk2-perl-application

2005-04-02 Thread Stephan Brunner
Am Samstag 02 April 2005 01:45 schrieb muppet: > On Apr 1, 2005, at 5:39 PM, Stephan Brunner wrote: > > Yes, this script also segfaults. The backtrace is pretty much the same > > as > > before, I think line #7 changed a bit (missing my_perl = ...). > > alright, then, try the attached C program. > >

Re: Segmentation fault in gtk2-perl-application

2005-04-05 Thread Stephan Brunner
Hello again, Am Samstag 02 April 2005 17:01 schrieb Stephan Brunner: [...] > Yepp, this obiously isn't a gtk2-perl issue, but a gtk+ issue -- the C > program also crashes (thank you for the gcc-commandline, it would have > taken me hours to figure that out...). In addition, I found out I also ge

Re: Segmentation fault in gtk2-perl-application

2005-04-05 Thread Grant McLean
On Tue, 2005-04-05 at 20:40 +0200, Stephan Brunner wrote: > Am Samstag 02 April 2005 17:01 schrieb Stephan Brunner: > > Yepp, this obiously isn't a gtk2-perl issue, but a gtk+ issue -- the C > > program also crashes (thank you for the gcc-commandline, it would have > > taken me hours to figure that

Re: Segmentation fault in gtk2-perl-application

2005-03-30 Thread Ross McFarland
On Wed, 2005-03-30 at 16:59, Stephan Brunner wrote: > Hello everybody, > > first of all, let me say "thank you!" for the great perl-bindings to gtk2. I > very much enjoy using them and I'm happy with the progress I made with my > first gtk2-perl application. > > Unfortunately, I run into a segm