With the latest release (0.7.0) under FreeBSD, when I search word or check spelling, application increases my CPU until 100%.
Could you provide some more information, like a backtrace? Run in gdb and when it hangs, hit Ctrl-C and type 'bt'. Thanks.
Created attachment 5042 xfce4-dict log
(In reply to comment #1) > Could you provide some more information, like a backtrace? > > Run in gdb and when it hangs, hit Ctrl-C and type 'bt'. > > Thanks. Sure, see attachment. I compiled xfce4-dict with debug (--enable-debug=yes, with full, compilation fails). CPU increase when I presse Search button. It matches the line « [Thread 293ccc80 (LWP 100135/xfce4-dict) exited] ».
Unfortunately, I've no idea what's causing this. On Linux, the code runs fine (which doesn't mean it is fine :D). Since I don't have FreeBSD, I'm not able to reproduce/fix it :(. Though I'm pretty much sure I introduced that bug in 614f909f006f0e4a2c508ee2c2a7c66281140fd0. Could you please test a revision *before* 614f909f006f0e4a2c508ee2c2a7c66281140fd0 to help me tracking it down to that change? Thanks.
Closing this because of lack of information. Please reopen if still reproducible.