Summary: | crash after pasting object name and adding : | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Primoz Kolaric <primoz> |
Component: | Code completion | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 3.0.0a7 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Primoz Kolaric
2003-11-06 17:19:23 UTC
Please supply backtrace when submitting crash reports. They really help us track the bugs down! In this case I guess the codecompletion kicks in, as you (if I understand it correctly) have written "LocalClient::" which would make the code completion attempt to find the members of this Class/Namespace Subject: Re: crash after pasting object name and adding : On Thursday 06 of November 2003 17:37, Jens Dagerbo wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=67420 > jens.dagerbo@swipnet.se changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- Component|general |code completion > > > > ------- Additional Comments From jens.dagerbo@swipnet.se 2003-11-06 17:37 > ------- Please supply backtrace when submitting crash reports. They really > help us track the bugs down! > > In this case I guess the codecompletion kicks in, as you (if I understand > it correctly) have written "LocalClient::" which would make the code > completion attempt to find the members of this Class/Namespace sorry can't supply the backtrace (no debugging symbols) i have precompiled debian packages of kdevelop. yes, it crashes the second code completion starts. But if i copy/paste LocalClient and add ::, or if i type the class name and add :: it works fine. Hmm... odd to package an alpha release without debug info.. Anyways, it works here, including the described "paste-way". Please update to the just released KDevelop-3.0-beta1 and report back if the issue is solved. Subject: Re: crash after pasting object name and adding : On Thursday 06 November 2003 17:55, Jens Dagerbo wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=67420 > > > > > ------- Additional Comments From jens.dagerbo@swipnet.se 2003-11-06 17:54 > ------- Hmm... odd to package an alpha release without debug info.. > > Anyways, it works here, including the described "paste-way". Please update > to the just released KDevelop-3.0-beta1 and report back if the issue is > solved. hello, sorry for the long delay. anyway, i upgraded my gideon binary, and the new one doesn't crash anymore. Primoz Fixed in 3.0.0b1 |