Version: (using KDE KDE 3.2.2) Installed from: Mandrake RPMs OS: Linux Crash with the following error: Cette pile des appels apparaît être inutilisable. C'est probablement dû au fait que votre paquetage a été construit d'une manière qui empêche de créer des piles d'appels corrects, ou que le cadre de pile a été sérieusement corrompu dans l'incident. (no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 1103325472 (LWP 3557)] [New Thread 1126243248 (LWP 3595)] [Thread debugging using libthread_db enabled] [New Thread 1103325472 (LWP 3557)] [New Thread 1126243248 (LWP 3595)] [Thread debugging using libthread_db enabled] [New Thread 1103325472 (LWP 3557)] [New Thread 1126243248 (LWP 3595)] (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...0xffffe410 in ?? () #0 0xffffe410 in ?? ()
Can you give an english description of what this msg says? Is it that the backtrace is unavailable because of a possible stack corruption? I get the same. It is quite difficult to resolve the problem, but I suspect the following: I use international characters in filenames (upper values of iso8859-7). I have opened a few files containing them in a project. Whenever I try to re-launch that project, these characters cause some QStrings to get corrupted, thus crashing KDevelop. Does yours try to open the last project, which contains latin (say French) characters in filenames?
For the traduction: The calling pile ( adress ? ) seem to be unusable. That's probably from the fact that your package was built from a way that block the creation of a correct calling pile, or that the cadre of the pile was seriously damaged in the accident.
"It crashed". Useless report. Closing.
:)
Here is my backtrace. This backtrace appears to be useless. This is probably because your packages are built in a way which prevents creating of proper backtraces, or the stack frame was seriously corrupted in the crash. (no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 1103415584 (LWP 3537)] [New Thread 1125051312 (LWP 3582)] [Thread debugging using libthread_db enabled] [New Thread 1103415584 (LWP 3537)] [New Thread 1125051312 (LWP 3582)] [Thread debugging using libthread_db enabled] [New Thread 1103415584 (LWP 3537)] [New Thread 1125051312 (LWP 3582)] (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...0xffffe410 in ?? () #0 0xffffe410 in ?? ()
Claus Eksing your backtrace is as useless as the first one. Update to KDevelop 3.1.1 and try again.
Claus Eksing your backtrace is useless because your KDevelop binary does not contain any debugging symbols. It was built without debug enabled. You need to download latest KDevelop sources and follow the instructions to build it with debug and then try crashing it. Your backtrace will then be usable. Hope this helps!
Hi paragw Thanks I will try that /Claus