anrichter / qsvn

QSvn
MIT License
32 stars 13 forks source link

Show log causes application crash #105

Open anrichter opened 11 years ago

anrichter commented 11 years ago

Using the "Show log" item of the working copy directory context menu causes application crash:

{{{ Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'svn::ClientException' Abortito }}}

anrichter commented 11 years ago

[anrichter] Can't reproduce this error. Do you get this every time you do a Show log?

anrichter commented 11 years ago

[antonio.valentino@tiscali.it] Replying to [comment:1 anrichter]:

Can't reproduce this error. Do you get this every time you do a Show log?

Yes, every time.

Additional info:

anrichter commented 11 years ago

[antonio.valentino@tiscali.it] The problem also happens on Ubuntu Karmic 9.10 x86_64:

Qt 4.5.2 (4.5.3really4.5.2-0ubuntu1) libsvn 1.6.5

Please note: I also have the libsvnqt6 v. 1.4.1 and libsvnqt-dev packages installed. Is it possible some kind of conflict between the system library and the one shipped with qsvn sources?