Bug 84889

Summary: crash when starting kbabel
Product: [Unmaintained] kbabel Reporter: Tom Albers <toma>
Component: CatalogManagerAssignee: Stanislav Visnovsky <visnovsky>
Status: RESOLVED FIXED    
Severity: crash CC: kaplun
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: backtrace
patch

Description Tom Albers 2004-07-10 22:56:47 UTC
Version:           1.9 (using KDE 3.2.91 (3.3 beta1), compiled sources)
Compiler:          gcc version 3.3.4 (Debian 1:3.3.4-3)
OS:                Linux (i686) release 2.6.5-1-k7

Hi, 

Upgraded to beta 1 and I can't get kbabel to start, it crashes instantly.

After that I have deleted:
.kde/share/apps/kbabel/*
.kde/share/apps/kbabeldict/*
.kde/share/config/kbabelrc
.kde/share/config/kbabeldictrc

No difference. I'll attach a backtrace.
Comment 1 Tom Albers 2004-07-10 22:57:42 UTC
Created attachment 6613 [details]
backtrace
Comment 2 Tom Albers 2004-07-10 23:40:59 UTC
In cvs-version ", m_charselectorview(0)" is added on lines 111 and 119 in kbabel/kabel.cpp after adding this kbabel runs again. So this is already resolved.
Comment 3 Tom Albers 2004-07-12 12:12:36 UTC
*** Bug 84905 has been marked as a duplicate of this bug. ***
Comment 4 Jure Repinc 2004-07-12 15:26:55 UTC
Yup adding this to the end of these two lines makes it compile and work just fine on Gentoo Linux with GCC 3.4.0 for AMD64. Thanks!
Comment 5 kaplun 2004-07-12 20:44:09 UTC
Works for me too! Perfect (I was bug 84905's one).
Thanks!
Comment 6 Tom Albers 2004-07-13 22:52:17 UTC
Created attachment 6666 [details]
patch