-
Notifications
You must be signed in to change notification settings - Fork 4
Image causing segmentation fault #144
Comments
The image is corrupted in some way, and should just be ignored. Instead it causes a seg fault. Not sure where and not sure in what component. |
Try running: import skimage.io
skimage.io.imread("image", plugin="freeimage") If that segfaults, then it's the bug I found a while ago. If so, pip Cheers, On Sun, Nov 30, 2014 at 11:34:56AM -0800, Joel Andres Granados wrote:
|
I just did a |
OK, that's a new bug then. Will investigate tomorrow, but my fix to skimage definitely fixed the old bug. |
Where is that image on phenocam? |
Also, can you send a gdb backtrace? Thanks (P.S., remember to wrap the backtrace in triple backquotes if you paste it in here, or it will reference all issues, as the stack level indicator lines start with Cheers, |
Image is the one I uploaded to this bug. The way to reproduce it is the three line code snipped that you posted previously. Here goes the backtrace:
|
This image causes segmentation fault
The text was updated successfully, but these errors were encountered: