Thread script mit Tk - segmentation fault (16 answers)
Opened by pq at 2005-11-07 19:34

pq
 2005-11-08 15:10
#44878 #44878
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
hmm.
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tina@lugosi:~$ cat mainloop 
#!/usr/bin/perl
use strict;
use warnings;
use Tk;
tkinit;
MainLoop;
tina@lugosi:~$ gdb perl mainloop
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

"/home/tina/mainloop" is not a core dump: File format not recognized
(gdb)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread script mit Tk - segmentation fault