Marc-Antoine Perennou

Results 122 comments of Marc-Antoine Perennou

End of output without LD_DEBUG: ``` 2606|ptp2 |PTP |Zuk Z2 Pro ---+--------------------+--------------------+------------------------------------------- No.|camlib |driver name |camera model zsh: segmentation fault (core dumped) /usr/lib/libgphoto2/print-camera-list human-readable ``` With what you asked: ```...

Just to double confirm I added a sleep after the call to `iterate_camera_list`, before returning. I crashes *after* the sleep, so it really is during final cleanup

Valgrind take on this: ``` ==269402== Jump to the invalid address stated on the next line ==269402== at 0x0: ??? ==269402== by 0x493AC77: __run_exit_handlers (in /usr/x86_64-pc-linux-gnu/lib/libc.so.6) ==269402== by 0x493AD7D: exit...

Oh, interresting! Let's go up the chain of dependencies ``` file=libglib-2.0.so.0 [0]; needed by /usr/x86_64-pc-linux-gnu/lib/libharfbuzz.so.0 [0] file=libharfbuzz.so.0 [0]; needed by /usr/x86_64-pc-linux-gnu/lib/libfreetype.so.6 [0] file=libfreetype.so.6 [0]; needed by /usr/x86_64-pc-linux-gnu/lib/libgd.so.3 [0] file=libgd.so.3 [0];...

Rebuilding freetype with harfbuzz disabled for testing, the last fini called is now from libssl, because of curl, because of the lumix module, and still the same problem, so glib...

Just tried out `gphoto2 --list-cameras` and it hits the same thing

Btw, should we switch to libstd's IntoFuture or would that be breaking?

No, this is quite easy to fix, just had other stuff wip (which are still not fully done :/). I also got my 2nd, 3rd and 4th kid in the...

Thanks, will give it yet another thorough look and try and make a release too. Just checking : you're 100% sure you were running the daemon built from master and...