Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in #643.
Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in [#643].
Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in [643:#643].
Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in (#643)[#643].
Also stat() doesn't work with trailing slash with -D_FILE_OFFSET_BITS=64 passed. I've added the details in #643.
@nixmann I can still reproduce the issue; stat() errors out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. $ cat test.cpp #include <cassert> #include <sys/stat.h> int main() { struct stat s; assert(stat("C:/Windows/", &s) == 0); } $ g++ -std=c++11 -D_FILE_OFFSET_BITS=64 && a.exe Assertion failed: stat("C:/Windows/", &s) == 0, file test.cpp, line 6 Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0
@nixmann I can still reproduce the issue; stat() errors out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. $ cat test.cpp #include <cassert> #include <sys/stat.h> int main() { struct stat s; assert(stat("C:/Windows/", &s) == 0); } $ g++ -std=c++11 -D_FILE_OFFSET_BITS=64 && a.exe Assertion failed: stat("C:/Windows/", &s) == 0, file test.cpp, line 6 Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0
@nixmann I can still reproduce the issue of stat() erroring out on a directory path with trailing slash with -D_FILE_OFFSET_BITS=64. Should we reopen this or do I open a new bug? Toolchain Version: MinGW x86_64-12.2.0-release-posix-seh-rt_v10-rev0
Most welcome, glad that things worked out :)
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?
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.
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
Updated for new release 0.7.1
* Changes in automake script made for gthreads usage
* Removed libdbus from the linker flags in src/Makefile.am
* Incorrect extension corrected
* Thanks the user when an update is detected via conf file
* 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
* Dependency on g_strcmp0 (>=Glib 2.16) removed by
* Highlighting of Synonyms, Antonyms & Domains complete
* Relative lists and tabs reordered
* Suggestions module added, which looks for libenchant at runtime to
* While stripping invalid chars on a search string, '.' was also stripped.
News on version 0.8.0 updated
* Code to display the current set hot key in About dialog added.
* Code for regex based search added
* relative list cleared when a regex search is made
* manual page error fixed
* New: On the defn. textview, when selection is made
* configure.ac now check for possible combinations of wordnet lib.
* Startup Notification Corrected
* Notification action button cleared.
* Fixed incorrect status mesasge on search results.
* Notification close call corrected.
* 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
* suggestions.c - removed string defs and used names stringified for module load
Initial Commit
* configure.ac removed libnotify's lookup and updated to 1.0.0
* Initial Commit
Updated man page
* Typos corrected
Changed GtkComboBoxEntry's sensitivity to 'on' from 'automatic' for KDE 4.3
Removed redundant libraries passed to linker
* Fixed issue in registering modifiers like Super, Hyper, etc.
* Fixed a possible leak by destorying hotkey editor
* Fixed long standing typos in terminating an if with ;
Updated for 1.0.1
* Added #ifdef guard for eggaccelerators.c, instance_handler.c and tomboyutil.c since they are valid only on POSIX machines
* Aligned mod_notify.c and .h to Win32 base code
* Fixed indirect dependencies (gold linker deb issue: 553965)
* Modified gui.glade to fix cboQuery (Alt + Q) mnemonic bug
* (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
* Win32 hot key handling is improved a lot; bugs when using key combos like Ctl + Alt + ` are fixed
* Added a new option in Preferences to toggle display of polysemy classification
* 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
Added news about GTK+ Win32 runtime bundling
* Added status/system tray icon visibility option
* app_icon.rc added for Windows binary to have an icon and
Checking in technical documentation for WNI
* Added status icon menu option to hide
Added additional build-aux files for canonical building (AC_CANONICAL_BUILD)
* Removed cumbersome notification handling by decoupling it
Updated INSTALL for 1.0.3
* Wordnet terms load in idle time made more granular for the
* Replaced hotkey editor dialog with new settings dialog
* MAN, NEWS, ChangeLog updated for 1.0.3
Fixed incorrect macro to show save result dialog title
* Persistant history now implemented using a separate log file
* Added auto-completion feature to query bar
Fixed an issue in loading lookup terms from history file
* Removed dependency on msvcrt80.dll by changing wcscpy_s
Reverted incorrect change to lookup write in history file
Initial version of ar-lib due to AM_PROG_AR
* Fixed multiple definitions error by moving global function pointers in mod_notify.h to cc
* Bumped application version to 1.0.5
WNI: Added macros for independant debug
* Modified WNI to enable standalone debugging
* Updated autotool scripts by newer versions
Fixed the right header for G_OBJECT
Fixed copyright notice in About dialog
Added Win32 Inno setup scripts and supporting files
Tagged for 1.0.5
Fixed copyright notice in About dialog
* Bumped application version to 1.0.5
* Fixed multiple definitions error by moving global function pointers in mod_notify.h to cc
* Updated autotool scripts by newer versions