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 741346 - Crashes when debugging is turned on
Crashes when debugging is turned on
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: mtp backend
git master
Other All
: Normal normal
: ---
Assigned To: Philip Langdale
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2014-12-10 17:04 UTC by Debarshi Ray
Modified: 2014-12-11 10:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mtp: Do not crash when debugging is turned on (911 bytes, patch)
2014-12-10 17:06 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2014-12-10 17:04:41 UTC
Trying to print an unsigned 32-bit integer as a string causes a crash when debugging is turned on.
Comment 1 Debarshi Ray 2014-12-10 17:06:25 UTC
Created attachment 292458 [details] [review]
mtp: Do not crash when debugging is turned on
Comment 2 Philip Langdale 2014-12-10 18:20:18 UTC
Review of attachment 292458 [details] [review]:

Thanks!
Comment 3 Debarshi Ray 2014-12-11 10:26:22 UTC
Thanks for the review, Philip.