Kodi Community Forum
Bug Xbmc crashes when browsing a folder - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Bug Xbmc crashes when browsing a folder (/showthread.php?tid=173743)



Xbmc crashes when browsing a folder - tranber - 2013-09-17

Hi,

My xbmc crashes when I try to browse a folder containing this very specific file (in pictures mode):
http://picpaste.com/pics/P1000591-y3wKmT1Y.1379453455.JPG

It happens with several pictures taken with my new digital camera (but not all photos).
If a folder contains one of these faulty files, then xbmc crashes when I try to access the folder.
Same issue when launching a slideshow.

I guess the issue is probably related to exif data.

I'm using xbmcbuntu (frodo).

Is this a known issue ?

Thanks !


RE: Xbmc crashes when browsing a folder - Martijn - 2013-09-17

Seems to work in newer xbmc test versions


RE: Xbmc crashes when browsing a folder - tranber - 2013-09-23

I have tested with stable, unstable and nightly builds ... same issue.
Any idea what could be wrong ?


RE: Xbmc crashes when browsing a folder - nickr - 2013-09-24

debug log (wiki)


RE: Xbmc crashes when browsing a folder - tranber - 2013-09-24

Here it is (xbmc.old.log after the crash):
http://xbmclogs.com/show.php?id=62019

And here is the crashlog (almost identical):
http://xbmclogs.com/show.php?id=62020


RE: Xbmc crashes when browsing a folder - wsnipex - 2013-09-24

since there is no stacktrace(gdb not installed) I'm guessing its the exif parser. Try moving special://masterprofile/Thumbnails/1/1a6edc87.jpg away.

the original photo must be somewhere in /data/Photo


RE: Xbmc crashes when browsing a folder - tranber - 2013-09-24

Removing the thumbnail does not change anything.

Here is a more detailled log (with stacktrace):
http://xbmclogs.com/show.php?id=62233

Looks like reading GPS LatLong in Exif infos fails:
#11 0xafa4473d in CExifParse::GetLatLong(unsigned int, unsigned char const*, int, char*) () from /usr/lib/xbmc/system/libexif-i486-linux.so
#12 0xafa44a2c in CExifParse:TonguerocessGpsInfo(unsigned char const*, int, unsigned char const*, unsigned int) () from

How come I'm the only one with this issue ?


RE: Xbmc crashes when browsing a folder - tranber - 2013-09-30

So ... should I open a bugtrack for this issue ?


RE: Xbmc crashes when browsing a folder - fritsch - 2013-09-30

Can you remove:

Quote:<useddsfanart>true</useddsfanart>

and retry? And upload the picture, the thumb, please


RE: Xbmc crashes when browsing a folder - tranber - 2013-09-30

Same crash if I remove useddsfanart.

About thumbs: I have already removed it, and I guess the crash is when parsing the exif data in the original image, right ?


RE: Xbmc crashes when browsing a folder - wsnipex - 2013-09-30

yes, probably


RE: Xbmc crashes when browsing a folder - tranber - 2013-10-04

So, am I supposed to open a bugtrack ?