<div dir="ltr"><div>Iohannes,</div><div><br></div><div>managed to make a crash, check the gdb log in the attachment.</div><div>Basically there is a Segmentation Fault.</div><div>What does it mean and how can I fix it?<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018 at 12:52 AM Csaba Láng <<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>could not manage to make it crash :) jumps between devices smoothly.</div><div>Will test it the next days, but anyway</div><div>I big thanks to you! It looks amazing. <br></div><div>Now I test with 227fps.<br></div></div><br><div class="gmail_quote"><div dir="ltr">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>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>
</blockquote></div>