Ticket #61 (closed: wontfix)
Crash (while updating?) with kdesvn 0.8.0
| Reported by: | mgdde | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.x |
| Component: | All | Version: | development |
| Severity: | crash | Keywords: | |
| Cc: |
Description
Installed new version 0.8.0and updated some files in my local repository. While doing so kdesvn suddenly crashed on me.
Unfortunately I have not had debugging info installed, however I hope the attached trace gives an indication anyway.
So far this only happened once.
Attachments
Change History
comment:1 Changed 7 years ago by mgdde
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 7 years ago by alwin
hm. May I have an idea whats going wrong.... :S (Yes this txt-file is helpfull).
What I need: Which distribution, which binary build, which kde, which subversion environment.
comment:3 Changed 7 years ago by mgdde
SuSE 9.3, KDE 3.5.1 Level "a" (as provided by SuSE) "Canibalized" Packmans 0.7.4 rpm/spec and adopted it for 0.8.0, then compiled myself with --target=i686 (could provide the specfile if needed). subversion-1.3.0-1.1.20060120 as provided by SuSE running both on client and server (server running Apache 2.2 provided by SuSE under SuSE 10.0)
comment:4 Changed 7 years ago by rainerklier
i have the same or a similar problem: when starting kdesvn it says: "package version in svnqt missmatched release version!" then, when opening a repository when entering the url http://..... it crashes.
kdesvn --version says:
Qt: 3.3.5 KDE: 3.5.2 Level "a" kdesvn: 0.8.1
using it on: suse 10.0 kde 3.5.2
using kdesvn from packman.
using svn-packages: kdesvn-kiosvn-0.8.1-0.pm.0 kdesvn-0.8.1-0.pm.0 kdesvn-svnqt-0.8.1-0.pm.0 kdesvn-svnqt-devel-0.8.1-0.pm.0
using subversion packages from suse-ftp-server: cvs2svn-1.3.0-11.1.20060120 subversion-devel-1.3.0-1.1.20060120 subversion-python-1.3.0-1.1.20060120 subversion-perl-1.3.0-1.1.20060120 subversion-tools-1.3.0-1.1.20060120 subversion-server-1.3.0-1.1.20060120 subversion-1.3.0-1.1.20060120 subversion-doc-1.2.3-2
i also will attach crash-logfile.
comment:5 Changed 7 years ago by alwin
the message "package version mismatched..." may ignored. but the crash is interesting. when does it exactly happens? inside the open dialog, eg., on that line? What happens if you enter ksvn+http:// instead?
Background: kde itself tries to complete. in case of http:// it asks the http-konqueror-module. in case of ksvn+http it asks the module given by the kdesvn package.
Or after that? eg. when you hit the "ok" button? Does that happen to all repositories, does that happen to working copies, too?
Even if it happens while kdesvn is about to open that stuff, I know meanwhile when it is build against subversion 1.2 but runs with subversion 1.3 the subversion lib crashes (I don't know why). So, is it possible that kdesvn is build with svn 1.2 and runs with 1.3? (in case of build with 1.3 and tried to run with 1.2 it will fail on start with a "missing symbol" message)
comment:6 Changed 7 years ago by rainerklier
it happens, after you enter the url and then hit the "OK" button. it also happens when trying it with " ksvn+http://server/svn/project" it happens at the "file/open" dialog and at the "subversion/allgemein/checkout repository" dialog. it does not happen, when entering something stupid in the dialogs. then nothing happens, or an error message, but no crash. it happens when trying to check out a repository, when there is no working copy on my computer. (because of that i try to check out a working copy from repository ;-) kdesvn is the latest package from packman. i don't really know, if it is bulit for subversion 1.3. but i know i am using subversion 1.3.
comment:7 Changed 7 years ago by alwin
Ok,
it seems to be that well-known problem of build against wrong library. I send an email to the packager and ask him whats going on there.
comment:8 Changed 7 years ago by alwin
The guy from packman told me that them build there packages against subversion 1.2, so you will run into troubles when using subversion 1.3 :/
Sorry. As long as I don't know whats going wrong with subversion lib on releases that linked programs (my isn't the only one) crashes I may not help you :(

