maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Unexpected segmentation faults (https://talk.maemo.org/showthread.php?t=51919)

Grinchman 2010-05-05 09:18

Unexpected segmentation faults
 
At the beginning of the day this code worked:
Code:

  gst_element_set_state (pipeline, GST_STATE_PAUSED);
    gst_photography_set_autofocus(GST_PHOTOGRAPHY(camera_src), true);
    gst_element_set_state (pipeline, GST_STATE_PLAYING);

And now at call point 'gst_photography_set_autofocus' is segmentation fault!
camera_src are created like this:
camera_src = gst_element_factory_make("v4l2camsrc", "camera_src");

UPDATE:
Problem solved by replacing camera_src paramenter by pointer to pipeline...

New segmentation fault:

Compiled app download to device. Direct from device run app and at point in Qt Widget constructor on line 'setLayout(mainLayout);' is segmentation fault.
But when run over sbrsh all is fine and app is running.

Pipeline is correct and playing successful.

I`m very sad that maemo 5 is so unstable and have so much problems...

noobmonkey 2010-05-05 09:20

Re: Unexpected segmentation faults
 
doesnt sound like maemo5 is unstable, sounds like gstreamer may be though. can you confirm that the same command works in a command line format?

-maemoGUY- 2010-05-05 09:28

Re: Unexpected segmentation faults
 
hhmmmmmmmhhhh

Joorin 2010-05-05 09:45

Re: Unexpected segmentation faults
 
I do hope you check the return value of gst_element_factory_make before blaming the operating system...

And as an error report, you leave out all the code that actually sets this up which is really bad.

Joorin 2010-05-05 14:53

Re: Unexpected segmentation faults
 
And you continue to deny us the possibility to actually help you while you continue to complain (even though it was you that made the error...).

How do you know that this line causes the segmentation fault? Did you actually initialize everything? Have you compared versions for libraries on both platforms?

Grinchman 2010-05-06 04:03

Re: Unexpected segmentation faults
 
Quote:

Originally Posted by Joorin (Post 644658)
Did you actually initialize everything? Have you compared versions for libraries on both platforms?

Good question. Actually on device firmware is 3.2010.02-8 but, as I found, Maemo 5 SDK is for future firmware 10.2010.09-3. So, it is problem if I wish to run app directly on device.


All times are GMT. The time now is 07:15.

vBulletin® Version 3.8.8