<div dir="ltr"><div>indeed the bt at the end just missed</div><div>full log in the attachment</div><div>Thanks for pointing it out,</div><div><br></div><div>Popesz<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018 at 4:11 PM Christof Ressi <<a href="mailto:christof.ressi@gmx.at">christof.ressi@gmx.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think you forgot the last part:<br>
<br>
(gdb) bt<br>
[...paste the following outputet]<br>
(gdb) quit<br>
<br>
IOhannes wants to see a full backtrace. it should look like this: <a href="https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_42.html" rel="noreferrer" target="_blank">https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_42.html</a><br>
 <br>
Christof<br>
<br>
Gesendet: Donnerstag, 30. August 2018 um 15:36 Uhr<br>
Von: "Csaba Láng" <<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>><br>
An: Pd-List <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
Betreff: Re: [PD] videoPYLON C++ update needed<br>
<br>
Iohannes,<br>
 <br>
managed to make a crash, check the gdb log in the attachment.<br>
Basically there is a Segmentation Fault.<br>
What does it mean and how can I fix it? <br>
<br>
On Thu, Aug 30, 2018 at 12:52 AM Csaba Láng <<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>[mailto:<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>]> wrote:<br>
<br>
could not manage to make it crash :) jumps between devices smoothly.<br>
Will test it the next days, but anyway<br>
I big thanks to you! It looks amazing.<br>
Now I test with 227fps. <br>
<br>
On Thu, Aug 30, 2018 at 12:28 AM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>[mailto:<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>]> wrote:On 8/29/18 11:35 PM, Csaba Láng wrote:<br>
><br>
> The other problem is that can not identify within pd the cameras.<br>
> Anything I send to pix_video, fails.<br>
> I called the cams test1 and test2, however [device test1( does not work,<br>
> therefor enumerate as well or enumProp.<br>
<br>
???<br>
<br>
> It says that a valid device is<br>
> needed, but f I have an image from the camera at startup the patch, why I<br>
> cannot enumerate it.<br>
<br>
you need a valid device for [enumProps(, but not for [enumerate(.<br>
you need to hook something like a [print] to the 2nd outlet of<br>
[pix_video] in order to get anything meaningful from these messages.<br>
<br>
><br>
> unfortunately did not understand your gdb or microsleep select advices.<br>
> please specify<br>
<br>
Pd prints an error like "microsleep select: Interrupted system call" on<br>
the console before it hangs here. does something similar happen?<br>
<br>
about gdb, something like this should do the trick (i'm sure i've posted<br>
this before):<br>
<br>
~~~<br>
$ gdb --args pd -nrt -stderr -lib /path/to/Gen /path/to/pix_video-help.pd<br>
[...]<br>
(gdb) thread apply all bt<br>
(gdb) run<br>
[...make it crash...]<br>
(gdb) bt<br>
[...paste the following outputet]<br>
(gdb) quit<br>
~~~<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a>[mailto:<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a>] mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D_______________________________________________" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]_______________________________________________</a> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]</a><br>
</blockquote></div>