Bug 121666 - sigsegv when closing, undoing, exiting, etc.
Summary: sigsegv when closing, undoing, exiting, etc.
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 20:29 UTC by jonathan Ballet
Modified: 2006-04-22 21:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Project which causes sigsegv. (41.35 KB, text/plain)
2006-02-09 20:31 UTC, jonathan Ballet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathan Ballet 2006-02-09 20:29:50 UTC
Version:           1.5.1 (using KDE KDE 3.5.1)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Hello,

I have imported Java classes generated by ArgoUML into Umbrello, using the 'Import classes' feature.
However, now, when I want to close the project, exit the application, undo some of my changes, etc. Umbrello throw a SIGSEGV ...
It happens only with one project  (as far as I have tested ;), which I will join to this bug report, every time I want to perform those actions.

Here is the backtrace :
(no debugging symbols found)
Using host libthread_db library "/lib/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)
[Thread debugging using libthread_db enabled]
[New Thread 46912559181296 (LWP 6988)]
(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)
0x00002aaaab7c75e2 in nanosleep () from /lib/libc.so.6
#0  0x00002aaaab7c75e2 in nanosleep () from /lib/libc.so.6
#1  0x00002aaaab7c7434 in sleep () from /lib/libc.so.6
#2  0x00002aaaabf29b15 in KCrash::startDrKonqi ()
   from /usr/lib/libkdecore.so.4
#3  0x00002aaaabf4f8dc in KCrash::defaultCrashHandler ()
   from /usr/lib/libkdecore.so.4
#4  0x00002aaaab763ed0 in killpg () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()



I'm running Umbrello 1.5.1, with KDE 3.5.1, on Debian SID x86_64.
Just asks if you want more details.
Comment 1 jonathan Ballet 2006-02-09 20:31:29 UTC
Created attachment 14622 [details]
Project which causes sigsegv.
Comment 2 Oliver Kellogg 2006-02-09 23:09:45 UTC
Cannot confirm on branches/KDE/3.5 (r507686) for simple actions
as described (undo/delete in diagram, close, exit.)
Comment 3 jonathan Ballet 2006-02-11 01:09:25 UTC
I could not repro on Debian i386 too (same versions, etc.) ...

I have compiled the package with --enable-debug=full but I don't have
much more informations ... I will try svn version.

What could I do to have more informations on the problem ?
Comment 4 Oliver Kellogg 2006-02-11 17:19:53 UTC
> What could I do to have more informations on the problem ?
When GDB leaves off, usually Valgrind (http://www.valgrind.org) is worth a try.
Comment 5 jonathan Ballet 2006-04-22 21:39:31 UTC
I tried to use valgrind. However, when running under valgrind, the problem disapeared ...


I just re-tried it with a newer version of Umbrello (1.5.3, package 4:3.5.2-1 from Debian), and the problem no longer exists. So, I'm closing this bug. Feel free to tag it unreproducible or invalid, it seems I can't.

Thanks