I emailed you Sundaram to offer commission on new features (to your yahoo.com email address) can you reply? It was sent 3 months ago with title "offer to sponsor new feature"
Most welcome, glad that things worked out :)
Actually, never mind, I tracked it down to openSUSE's default flags compiling with link-time-optimization enabled. Disabling it fixed the wn crash. Again, thanks a lot for pointing me in the right direction.
Yes, thanks! Both wn-browser and the command line interface of wordnet crashes upon any attempt to search. Any suggestions as to what may be causing this? Here's a bt: Core was generated by `wn a'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007efc0f33ee63 in __GI_fseek (fp=fp@entry=0x100000000, offset=offset@entry=0, whence=whence@entry=2) at fseek.c:35 35 _IO_acquire_lock (fp); (gdb) thread apply all bt Thread 1 (LWP 17369): #0 0x00007efc0f33ee63 in __GI_fseek (fp=fp@entry=0x100000000,...
Looking at the callstack, this seems like an issue in libWN.so i.e. libwordnet. Can you try searching for the string 'a' from Wordnet Browser, the GUI front end to WordNet that's supplied along with the library?
Full bt here (sorry, I don't see a bug tracker link, so I'm pasting it here): Thread 4 (Thread 0x7fe43ffff700 (LWP 8072)): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007fe4471dc0c2 in g_cond_wait_until (cond=cond@entry=0x5653e0d641b8, mutex=mutex@entry=0x5653e0d641b0, end_time=end_time@entry=165964128330) at ../glib/gthread-posix.c:1588 #2 0x00007fe44715e521 in g_async_queue_pop_intern_unlocked (queue=0x5653e0d641b0, wait=1, end_time=165964128330) at ../glib/gasyncqueue.c:422...
Hi, Thanks for the update. Unfortunately, it seems on my system (openSUSE Tumbleweed) artha crashes upon inserting any search term and hitting enter. See also https://bugzilla.suse.com/show_bug.cgi?id=1174960 where it was initially flagged. I don't have a full backtrace yet (waiting for the necessary debuginfo packages to install), but here is a partial trace (from gdb) in case it helps already: #0 0x00007f61f7385e63 in fseek () from /lib64/libc.so.6 #1 0x00007f61f7f1a1c8 in bin_search () from /usr/lib64/libWN.so.3...
Thanks for the kind words Rod; glad that Artha is/has been useful to you. I'll try to keep it updated to avoid these hassles in future. Feel free to report them; I'll make sure that users are unblocked.
Thanks so much for the update. I've been frustrated trying to get Artha to compile in Manjaro KDE for a while now. Artha is such a useful utility and I've been using it for many years. I have never found anything that is a real replacement for it.
Thanks so much for the update. I've been frustrated trying to get Artha working in Manjaro KDE for a while now. Artha is such a useful utility I've been using for many years. I have never found anything that is a real replacement for it.
Thanks so much for the update. I've been frustrated trying to get Artha working in Manjaro KDE for a while now. Artha is such a useful utility I have used for many years. I have never found anything that is a real replacement for it.
Artha 1.0.5 released!
Initial import
.bz2 type dist package added in the configure.ac. README modified to have generic instructions (removed package extension based comment due to the addition of .bz2 type dist
Fixed Tooltip for Meronyms in relative tabs\nFixed tree store unref. when creating stores for relatives\nFocus to cboQuery set on all pop-up scenarios\nAbout dialog now with Report a Bug button
* g_thread_init function called to make GLib thread safe
* Changes in automake script made for gthreads usage
Updated for new release 0.7.1
* Thanks the user when an update is detected via conf file
* Removed libdbus from the linker flags in src/Makefile.am
* Incorrect extension corrected
* Checking for WordNet development headers corrected
Typos corrected
Configure check for WordNet corrected
* Tool bar button added for toggling notifications
* Saving the new version number in case of an update
* Invalid chars are stipped-off the edge of clipboard selection
* Highlighting of Synonyms, Antonyms & Domains complete
* Relative lists and tabs reordered
* Dependency on g_strcmp0 (>=Glib 2.16) removed by
* Suggestions module added, which looks for libenchant at runtime to
* While stripping invalid chars on a search string, '.' was also stripped.
* Code for regex based search added
News on version 0.8.0 updated
* Code to display the current set hot key in About dialog added.
* New: On the defn. textview, when selection is made
* manual page error fixed
* relative list cleared when a regex search is made
* configure.ac now check for possible combinations of wordnet lib.
* Startup Notification Corrected
* Notification action button cleared.
* Notification close call corrected.
* Fixed incorrect status mesasge on search results.
* Minor bug on look up of a prev. looked up word after
* Fixed a bug in src/Makefile.am (and configure.ac) which
+ Cleared up wanted func. calls like g_object_ref
* Converted gui.glade with Glade3 so that it can be used directly with
* configure.ac removed libnotify's lookup and updated to 1.0.0
* Initial Commit
Initial Commit
* suggestions.c - removed string defs and used names stringified for module load
Updated man page
Changed GtkComboBoxEntry's sensitivity to 'on' from 'automatic' for KDE 4.3
Removed redundant libraries passed to linker
* Typos corrected
* Fixed issue in registering modifiers like Super, Hyper, etc.
* Fixed indirect dependencies (gold linker deb issue: 553965)
* Fixed a possible leak by destorying hotkey editor
* Fixed long standing typos in terminating an if with ;
Updated for 1.0.1
* Modified gui.glade to fix cboQuery (Alt + Q) mnemonic bug
* Aligned mod_notify.c and .h to Win32 base code
Added additional build-aux files for canonical building (AC_CANONICAL_BUILD)
* app_icon.rc added for Windows binary to have an icon and
* Added WINVER and friends back in configure.ac; it was generating macro redefined message but that wasn't due to WINVER's presence but including config.h in headers was the issue. Now all config.h includes are moved to source files
* (wni.c) modified parse_definition to work correclt for a couple more discrepant cases of WordNet definitions
* Fixed relative tab names by removing Similar for Nouns and Verbs (WNI)
* Updated INSTALL for new MinGW and MSYS setup
* Added #ifdef guard for eggaccelerators.c, instance_handler.c and tomboyutil.c since they are valid only on POSIX machines
Added news about GTK+ Win32 runtime bundling
Checking in technical documentation for WNI
* Added status icon menu option to hide
* Replaced hotkey editor dialog with new settings dialog
* Added status/system tray icon visibility option
Fixed incorrect macro to show save result dialog title
* Win32 hot key handling is improved a lot; bugs when using key combos like Ctl + Alt + ` are fixed
Updated INSTALL for 1.0.3
Fixed an issue in loading lookup terms from history file
* MAN, NEWS, ChangeLog updated for 1.0.3
* Removed cumbersome notification handling by decoupling it
* Added a new option in Preferences to toggle display of polysemy classification
* Persistant history now implemented using a separate log file
* Wordnet terms load in idle time made more granular for the
* Added auto-completion feature to query bar
Reverted incorrect change to lookup write in history file
Initial version of ar-lib due to AM_PROG_AR
Added Win32 Inno setup scripts and supporting files
* Bumped application version to 1.0.5
* Removed dependency on msvcrt80.dll by changing wcscpy_s
WNI: Added macros for independant debug
Fixed the right header for G_OBJECT
* Fixed multiple definitions error by moving global function pointers in mod_notify.h to cc
* Updated autotool scripts by newer versions
Fixed copyright notice in About dialog
* Modified WNI to enable standalone debugging
Tagged for 1.0.5
Fixed copyright notice in About dialog