After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 470035 - [PATCH] Fix tracker-search-tool crashes on FreeBSD/amd64
[PATCH] Fix tracker-search-tool crashes on FreeBSD/amd64
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Search Tool
unspecified
Other All
: Normal critical
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2007-08-24 21:05 UTC by Yuri Pankov
Modified: 2007-09-07 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing function prototypes (565 bytes, patch)
2007-08-24 21:07 UTC, Yuri Pankov
none Details | Review
add missing function prototype (310 bytes, patch)
2007-08-24 21:08 UTC, Yuri Pankov
none Details | Review

Description Yuri Pankov 2007-08-24 21:05:17 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.
Comment 1 Yuri Pankov 2007-08-24 21:07:35 UTC
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
Comment 2 Yuri Pankov 2007-08-24 21:08:51 UTC
Created attachment 94294 [details] [review]
add missing function prototype

add prototype for:
tracker_tag_bar_get_type
Comment 3 Jamie McCracken 2007-09-07 12:29:27 UTC
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.