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 112116 - [0.6.2] if you don't have a registry, it shouldn't crash
[0.6.2] if you don't have a registry, it shouldn't crash
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal critical
: 0.6.2
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-02 21:03 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0.6 version of above patch (1.02 KB, patch)
2003-05-02 21:25 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2003-05-02 21:03:36 UTC
<BBB> [rbultje@shrek rbultje]$ gst-launch fakesrc ! fakesink
<BBB> Couldn't find user registry /home/rbultje/.gstreamer/registry.xml or
global registry /var/cache/gstreamer-0.6/registry.xml
<BBB>  
<BBB> GStreamer-ERROR **: Please run gst-register either as root or user
<BBB> aborting...
<BBB> Aborted
<BBB> [rbultje@shrek rbultje]$
<Company> it should not abort
<Company> abort = segfault

Looks perfectly clear to me, we shouldn't error out, we should just give a
message and exit.
Comment 2 Ronald Bultje 2003-05-02 21:25:47 UTC
Created attachment 16220 [details] [review]
0.6 version of above patch
Comment 3 Ronald Bultje 2003-05-08 05:37:53 UTC
Fixed.