> If you are under Linux, start LyX with gdb at the commandline: > > ~Waluyo$ gdb lyx > ~Waluyo$ run > > ... make LyX crash .... > > ~Waluyo$ bt > > ...copy and send to the development list what is displayed here... > > Abdel. >
Here below: there is a message cannot mix incompatible Qt libraries? ==== wal...@waluyo-laptop:~$ gdb lyx-1.6.4 GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) run Starting program: /usr/local/bin/lyx-1.6.4 [Thread debugging using libthread_db enabled] [New Thread 0xb6d826c0 (LWP 11069)] [New Thread 0xb67beb90 (LWP 11084)] [New Thread 0xb5dffb90 (LWP 11085)] [Thread 0xb67beb90 (LWP 11084) exited] [Thread 0xb5dffb90 (LWP 11085) exited] Cannot mix incompatible Qt libraries Program exited with code 01. (gdb) bt No stack. (gdb) quitt Undefined command: "quitt". Try "help". (gdb) quit wal...@waluyo-laptop:~$ ===