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 603787 - [registry] Doesn't use GMappedFile
[registry] Doesn't use GMappedFile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-04 14:00 UTC by Sebastian Dröge (slomo)
Modified: 2009-12-04 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-registry-Use-GMappedFile-for-reading-the-registry.patch (1.53 KB, patch)
2009-12-04 14:01 UTC, Sebastian Dröge (slomo)
none Details | Review

Description Sebastian Dröge (slomo) 2009-12-04 14:00:21 UTC
Hi,
the registry doesn't use GMappedFile in latest GIT because of a small mistake. Attached patch fixes this. Unfortunately the registry file can't be read after that patch and sometimes I get segfault :)
Comment 1 Sebastian Dröge (slomo) 2009-12-04 14:01:21 UTC
Created attachment 149084 [details] [review]
0001-registry-Use-GMappedFile-for-reading-the-registry.patch
Comment 2 Sebastian Dröge (slomo) 2009-12-04 14:20:27 UTC
*sigh* Stupid mistake on my side :)

commit 08ae8a1afb2232e0907f0bf23dee13527d2c80df
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Dec 4 15:00:44 2009 +0100

    registry: Use GMappedFile for reading the registry
    
    Fixes bug #603787.