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 770028 - Crash opening file from search results
Crash opening file from search results
Status: RESOLVED FIXED
Product: libgit2-glib
Classification: Core
Component: General
git master
Other Linux
: Normal critical
: ---
Assigned To: gitg-maint
gitg-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-17 10:01 UTC by Michael Catanzaro
Modified: 2019-02-22 03:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace (14.64 KB, text/plain)
2016-08-17 10:01 UTC, Michael Catanzaro
  Details
zero wrapper data structure (1.91 KB, patch)
2016-08-17 12:57 UTC, Christian Hergert
committed Details | Review

Description Michael Catanzaro 2016-08-17 10:01:07 UTC
Created attachment 333477 [details]
Backtrace

Using git master:

 * Open Builder's source directory as a project within Builder
 * Search for anything using the search bar in the upper-right
 * Click on any result
 * Crash
Comment 1 Christian Hergert 2016-08-17 12:43:51 UTC
This is a break in recent libgit2-glib.
Comment 2 Christian Hergert 2016-08-17 12:55:50 UTC
Fixes a crash due to invalid pointers in the CallbackWrapperData structure.
Comment 3 Christian Hergert 2016-08-17 12:57:13 UTC
Created attachment 333492 [details] [review]
zero wrapper data structure