Bug 74936 - KDevelop 3.2 crashes when closing files
Summary: KDevelop 3.2 crashes when closing files
Status: RESOLVED DUPLICATE of bug 57902
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 12:14 UTC by Eugeny N Dzhurinsky
Modified: 2004-02-11 15:26 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 Eugeny N Dzhurinsky 2004-02-11 12:14:33 UTC
Version:           3.2.0 (using KDE KDE 3.2.0)
Installed from:    FreeBSD Ports
Compiler:          GCC 3.3.1 
OS:          FreeBSD

On any kind of UI (Tabbed, IDEAl, etc) when i trying to close opened file (doesn't matter was it saved or not), the KDevelop crashes with signal 11

Here is the log:
(no debugging symbols found)...(no debugging symbols found)...                                                  
0x2965cd40 in __sys_poll () from /usr/lib/libc_r.so.4                                                           
#0  0x2965cd40 in __sys_poll () from /usr/lib/libc_r.so.4                                                       
#1  0x2965c28c in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4                                  
#2  0x2965bc51 in _thread_kern_scheduler () from /usr/lib/libc_r.so.4                                           
#3  0x0 in ?? ()  

OS: FreeBSD 4.9 stable

pkg_info | grep gcc
gcc-2.8.1_1         GNU Compiler Collection 2.8
gcc-2.95.3_2        GNU Compiler Collection
gcc-3.3.3_20040202  GNU Compiler Collection 3.3
Comment 1 Jens Dagerbo 2004-02-11 12:53:34 UTC
Dupe. See also bug #74385.

Workaround: disable the history plugin.

*** This bug has been marked as a duplicate of 57902 ***
Comment 2 Eugeny N Dzhurinsky 2004-02-11 15:26:02 UTC
ok, got it, now it works fine, thanks!