Hallo,
amuled bricht den Start mit der Fehlermeldung "Segmentation fault" ab.
Mit gdb kommt folgendes raus:
jh@stargate:~> gdb amuled
GNU gdb 5.3
Copyright 2002 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 "i586-suse-linux"...
(gdb) run
Starting program: /usr/local/bin/amuled
[New Thread 16384 (LWP 3570)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 3570)]
0x40251cde in wxStringData::IsShared() const (this=0xfffffff4)
at include/wx/string.h:221
221 bool IsShared() const { return (nRefs > 1); }
(gdb) quit
A debugging session is active.
Do you still want to close the debugger?(y or n) y
wxGTK-Version ist 2.6.3, amuled und wxGTK jeweils vom tarball installiert.
Kann jemand was mit der Fehlermeldung anfangen?