GNOME Bugzilla – Bug 470035
[PATCH] Fix tracker-search-tool crashes on FreeBSD/amd64
Last modified: 2007-09-07 12:29:27 UTC
Please describe the problem: tracker-search-tool crashes on FreeBSD/amd64 due to pointers truncation several function prototypes are missing from include files add them Steps to reproduce: 1. Run t-s-t 0.6.1 on FreeBSD/amd64 2. Enter text 3. Press find Actual results: Segmentation fault (core dumped) Expected results: not crashing :-) Does this happen every time? yes Other information: I'll provide backtraces if they are indeed needed, just too much of them to attach.
Created attachment 94293 [details] [review] add missing function prototypes add prototypes for: tracker_set_stored_separator_position tracker_string_replace tracker_get_stored_separator_position
Created attachment 94294 [details] [review] add missing function prototype add prototype for: tracker_tag_bar_get_type
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.