Comment 3 for bug 1710849

Revision history for this message
James Cowgill (jcowgill) wrote :

cehoyos, here is a stacktrace with symbols based on the core dump attached earlier.

The point where it segfaults is:
    /* Select MAX Speed possible from the cam */
    if (dc1394->camera->bmode_capable>0) {

According to GDB, dc1394->camera is NULL.