segmentation fault while loading plugin

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

segmentation fault while loading plugin

Manikanta

Hi gstreamer experts,

 

     I compiled my own plugin and installed. Now I am trying to load that plugin using gst-inspect but its giving segmentation fault

 

This is the debug messages I am getting.

 

gst-inspect isomp3dec

0:00:00.000720133 26999       0xdc1080 INFO                GST_INIT gst.c:628:init_pre: Initializing GStreamer Core Library version 0.10.24

0:00:00.000864844 26999       0xdc1080 INFO                GST_INIT gst.c:629:init_pre: Using library installed in /usr/lib

0:00:00.000899556 26999       0xdc1080 INFO                GST_INIT gst.c:639:init_pre: Linux patni-desktop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64

0:00:00.001151334 26999       0xdc1080 INFO                GST_INIT gstquery.c:105:_gst_query_initialize: init queries

0:00:00.002911823 26999       0xdc1080 INFO                GST_INIT gstmessage.c:73:_gst_message_initialize: init messages

0:00:00.003405601 26999       0xdc1080 INFO      GST_PLUGIN_LOADING gstplugin.c:334:_gst_plugin_initialize: registering 0 static plugins

0:00:00.003738045 26999       0xdc1080 INFO      GST_PLUGIN_LOADING gstplugin.c:250:gst_plugin_register_static: registered static plugin "staticelements"

0:00:00.003777156 26999       0xdc1080 INFO      GST_PLUGIN_LOADING gstplugin.c:252:gst_plugin_register_static: added static plugin "staticelements", result: 1

0:00:00.004876179 26999       0xdc1080 INFO                GST_INIT gst.c:937:ensure_current_registry: reading registry cache: /root/.gstreamer-0.10/registry.x86_64.bin

0:00:00.036111785 26999       0xdc1080 INFO            GST_REGISTRY gstregistrybinary.c:1308:gst_registry_binary_read_cache: loaded /root/.gstreamer-0.10/registry.x86_64.bin in 0.031158 seconds

0:00:00.036314185 26999       0xdc1080 INFO                GST_INIT gst.c:691:scan_and_update_registry: Validating registry cache: /root/.gstreamer-0.10/registry.x86_64.bin

0:00:00.038241875 26999       0xdc1080 INFO                  ladspa gstladspa.c:809:ladspa_plugin_path_search: 3 dirs in search paths "/usr/lib/ladspa:/usr/local/lib/ladspa:/usr/lib/ladspa"

0:00:00.038301031 26999       0xdc1080 INFO                  ladspa gstladspa.c:754:ladspa_plugin_directory_search: scanning directory for plugins "/usr/lib/ladspa"

0:00:00.038348453 26999       0xdc1080 INFO                  ladspa gstladspa.c:754:ladspa_plugin_directory_search: scanning directory for plugins "/usr/local/lib/ladspa"

0:00:00.038389031 26999       0xdc1080 WARN      GST_PLUGIN_LOADING gstplugin.c:422:gst_plugin_register_func: plugin "/usr/lib/gstreamer-0.10/libgstladspa.so" failed to initialise

Segmentation fault

Regards,

vizzimani

 

_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at [hidden email] and delete this mail.
_____________________________________________________________________
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: segmentation fault while loading plugin

Edward Hervey
Administrator
On Mon, 2010-06-28 at 15:43 +0530, Manikanta wrote:
> Hi gstreamer experts,
>
>  
>
>      I compiled my own plugin and installed. Now I am trying to load
> that plugin using gst-inspect but its giving segmentation fault

  The first thing one does when encountering a segmentation fault is
figuring out where it happened.
  Start getting acquainted with the notions of backtraces and debugger
and figuring out where/what happened.

   Edward



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel