Frodo crash, Pictures .. computer file (2010 iMac 27, Mountain Lion 10.8.2)
#1
Hi, I just downloaded XBMC. Running 2010 iMac (2.8 Ghz i5, ATI 5750 graphics) running Mountain Lion 10.8.2

Seems to work in Video (Files & Add-ons). Videos will play from files, & add-ons (Youtube, et al)

Pictures initially shows sub-menu (Files & Add-ons). Add-ons (Flickr, et al) work OK.

I entered some "source folders" (1 of them is a duplicate). But, when I clicked on it to display the pictures, XBMC crashed. Error dump below. Funny thing, I was able to browse 1 of the folders OK...then it won't work anymore (crash).

Now, the Picture sub-menu only shows "add-ons" (Files no longer shown)..& NOW it's below the Video icon...??

Help?


========== error dump


Process: XBMC [9461]
Path: /Applications/XBMC.app/Contents/MacOS/XBMC
Identifier: com.teamxbmc.xbmc
Version: 12.0 (Git-20130127-fb595f2)
Code Type: X86-64 (Native)
Parent Process: launchd [127]
User ID: 501

Date/Time: 2013-02-03 09:08:37.963 -0800
OS Version: Mac OS X 10.8.2 (12C60)
Report Version: 10

Interval Since Last Report: 11007 sec
Crashes Since Last Report: 25
Per-App Interval Since Last Report: 4381 sec
Per-App Crashes Since Last Report: 19
Anonymous UUID: FA5EC9FE-D922-44A0-B298-C62B494D57C9

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 GLEngine 0x0000000109eb4372 gleUpdateVertexStateProgram + 418
1 GLEngine 0x0000000109ed563b gleUpdateDeferredState + 3316
2 GLEngine 0x0000000109edf0a4 gleDoDrawDispatchCore + 274
3 GLEngine 0x0000000109e66dee gleDrawArraysOrElements_Entries_Body + 139
4 GLEngine 0x0000000109ddedb8 glDrawArrays_Exec + 224
5 com.teamxbmc.xbmc 0x0000000100579a42 CGUIFontTTFGL::End() + 188
6 com.teamxbmc.xbmc 0x00000001005ab709 CGUITextLayout::Render(float, float, float, unsigned int, unsigned int, unsigned int, float, bool) + 971
7 com.teamxbmc.xbmc 0x000000010058337a CGUILabelControl::Render() + 24
8 com.teamxbmc.xbmc 0x000000010055b1a4 CGUIControl:Big GrinoRender() + 282
9 com.teamxbmc.xbmc 0x000000010056601c CGUIControlGroup::Render() + 128
10 com.teamxbmc.xbmc 0x000000010055b1a4 CGUIControl:Big GrinoRender() + 282
11 com.teamxbmc.xbmc 0x000000010056601c CGUIControlGroup::Render() + 128
12 com.teamxbmc.xbmc 0x000000010055b1a4 CGUIControl:Big GrinoRender() + 282
13 com.teamxbmc.xbmc 0x00000001005b4624 CGUIWindow:Big GrinoRender() + 244
14 com.teamxbmc.xbmc 0x00000001005b9408 CGUIWindowManager::RenderPass() + 232
15 com.teamxbmc.xbmc 0x00000001005ba26f CGUIWindowManager::Render() + 215
16 com.teamxbmc.xbmc 0x0000000100019e44 CApplication::RenderNoPresent() + 446
17 com.teamxbmc.xbmc 0x0000000100019a0c CApplication::Render() + 1446
18 com.teamxbmc.xbmc 0x00000001003aed96 CXBApplicationEx::Run() + 422
19 com.teamxbmc.xbmc 0x00000001003af1ce XBMC_Run + 430
20 com.teamxbmc.xbmc 0x00000001008528cd SDL_main + 189
21 com.teamxbmc.xbmc 0x00000001008532a0 main + 1632
22 com.teamxbmc.xbmc 0x000000010000dc34 start + 52

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8dba36d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9550eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9550ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff954f9171 start_wqthread + 13
Reply
#2
post the complete crashreport to pastebin.com and put the link in here (yours is incomplete...)
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
(2013-02-03, 20:18)Memphiz Wrote: post the complete crashreport to pastebin.com and put the link in here (yours is incomplete...)

http://pastebin.com/XrMXEtu1

Can you explain to me how you read/understand the error dump? (I'm a programmer from LONG ago..I can't figure it out..)

Thx again..

=====

I made 2 idential "source" directory for Picture/Files (directory "heels" in Mac directory Pictures). The second one is "heels (2)" in the listing. I am not able to delete it (remove it from listing)..how to do this?

Funny thing, I was able to browse/display both directories!! However, trying "kathy" (in Mac directory Pictures) gave the familiar crash.
funny thing
Reply
#4
hit "c" for bringing up the context menu on the source and hit "delete source". If you are not familiar with xbmcs codebase its hard to get something usable out of the crashreporter - though you look for the thread that is stated as "crashed" in the crashlog header and try to understand where it crashed (callstack for each thread is bottom - up).

in the folder kathy there might be a broken image which makes our imagelib puke...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
thread 15 or 17 it is in your case (the hint to thread 0 is missleading) - so either its a broken raw image or a png image.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#6
Another CxImageRAW:Big Grinecode throw similar to http://trac.xbmc.org/ticket/14030
Reply

Logout Mark Read Team Forum Stats Members Help
Frodo crash, Pictures .. computer file (2010 iMac 27, Mountain Lion 10.8.2)0