Summary: | kst crash in many topics of its interface | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | manolis <manolis> |
Component: | general | Assignee: | kst |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.1.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
manolis
2005-11-08 10:43:11 UTC
Maybe it is related to amd64 . I have linux gentoo amd64 native. kde 3.4.3 On Tuesday 08 November 2005 04:44, manolis wrote:
> 2005-11-08 10:44 ------- Maybe it is related to amd64 .
> I have linux gentoo amd64 native. kde 3.4.3
It looks like it happens when you use plugins/fits/filters. Does it happen
when you don't use those?
Just out of curiosity, are you using Qt 3.3.4 or 3.3.5? Kst currently spews lots of X errors and becomes unuseable on Debian sid (Qt-3.3.5/KDE-3.4.3), but works perfectly on Ubuntu Breezy (Qt-3.3.4/KDE-3.4.2). This is probably unrelated, but it would be interesting to know, just to have another data point... -Ted On 8 Nov 2005 09:43:14 -0000, manolis <manolis@koppermind.homelinux.org> wrote: [bugs.kde.org quoted mail] Regarding comment #2: If you mean the filters from Settings->Filters yes. There are about 12 "Fit *" filters. But I did not install them manually. They installed by my distribution (gentoo) when I select to install kst. I removed them from the list and the crash When I select Data->New Vector from a clean kst , still happens. Regarding comment #3: No, I use Qt 3.3.4 . Gentoo doesn let me install qt 3.3.5 because it is broken with kde 3.4.3 > Regarding comment #3:
> No, I use Qt 3.3.4 . Gentoo doesn let me install qt 3.3.5 because it is broken with kde 3.4.3
Ok, thanks for the additional info. The bulk of Debian/KDE 3.4.3
(everything I've tested) works fine with Qt 3.3.5- just not kst.
Oh well...
-Ted
On Tuesday 08 November 2005 11:13, manolis wrote:
> If you mean the filters from Settings->Filters yes. There are about 12 "Fit
> *" filters. But I did not install them manually. They installed by my
> distribution (gentoo) when I select to install kst. I removed them from the
> list and the crash When I select Data->New Vector from a clean kst , still
> happens.
Can you send me a .kst file along with data file that always reproduces
this crash? Or even better, attach it to the bug report. I want to see if
it crashes for me. It is known that plugins can crash or misbehave on 64bit
machines but you seem to have found something else.
This particularly interests me now:
#94 0x00002aaaab434fe0 in KstDataSource::supportsTime ()
from /usr/lib64/libkst.so.1
Thanks
I am developing on a amd64 running gentoo.... but I haven't tried the emerged version on it. I am on travel right now, but when I return, I will look into it. As George mentioned, a .kst file which reproduces it would be great. I would also like to know what your compile options are set to in gentoo. Regarding comment #7: Sorry but I am not familiar with kst. I just found out on the net for it and I emerged it to test it. The thing is that I don't need to make a kst file for crash. I just open the kst , I select data->Add vector. And the crash happens all the time. There is no open file. Regarding comment #8: I use a typical cflags rule set. CFLAGS="-march=k8 -O2 -pipe", not anything peculiar about it. It would be great If you could test the "emerge kst" version On Tuesday 08 November 2005 15:43, manolis wrote:
> 2005-11-08 21:43 ------- Regarding comment #7:
> Sorry but I am not familiar with kst. I just found out on the net for it
> and I emerged it to test it. The thing is that I don't need to make a kst
> file for crash. I just open the kst , I select data->Add vector. And the
> crash happens all the time. There is no open file.
Then there is something very wrong with either the code you have or the
build you are getting. We all use Kst without these problems of course. You
might want to try a -O0 -g i386 build to compare.
I just verified that gentoo kst on x86 does not exibit this behavior. I just emerged the kst 1.1.1 version that came up in ~amd64. The problem disappeared!!! |