Bug 77765 - Crash on file close
Summary: Crash on file close
Status: RESOLVED DUPLICATE of bug 57902
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: FreeBSD Ports FreeBSD
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 14:33 UTC by David Galoyan
Modified: 2004-03-16 15:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Galoyan 2004-03-16 14:33:55 UTC
Version:           3.0.2 (using KDE KDE 3.2.0)
Installed from:    FreeBSD Ports
Compiler:          gcc version 3.3.3 [FreeBSD] Thread model: posix
OS:          FreeBSD

Kdevelop crashes, when I try to close open file in any way:
- by "Close" in context menu
- by "x" button on the tab
- by closing Kdevelop
- by any other way in all types of user interface...

I tested this in at least C and C++ projects.

The same behaviour was in versions 3.0.0 and 3.0.1. I hoped, that such evident bug will be fixed soon, but it is like it occurs only in FreeBSD, I think.
Kdevelop was build from port by make install clean without any modifications in configure.

Here is the backtrace, gived by the KDE Crash Handler:

(no debugging symbols found)...(no debugging symbols found)...
........
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
[Switching to Process 67556, Thread 1]
0x298da22f in poll () from /lib/libc.so.5
#0  0x298da22f in poll () from /lib/libc.so.5
#1  0x29758a51 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5
#2  0x29758445 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5
Comment 1 Jens Dagerbo 2004-03-16 15:20:48 UTC
Dupe. 
 
Workaround: disable the history plugin.

*** This bug has been marked as a duplicate of 57902 ***