XBMC Dharma r32733 crash __stack_chk_fail
#1
Exclamation 
Hi all.
I'm using XBMC Dharma branch I compile from source every now and then. It was working flawlessly until last compilation.

Stack trace:
Code:
#0  0x00007faf98542a75 in raise () from /lib/libc.so.6
#1  0x00007faf985465c0 in abort () from /lib/libc.so.6
#2  0x00007faf9857c4fb in ?? () from /lib/libc.so.6
#3  0x00007faf9860e207 in __fortify_fail () from /lib/libc.so.6
#4  0x00007faf9860e1d0 in __stack_chk_fail () from /lib/libc.so.6
#5  0x00000000009c4535 in ADDON::CScraper::ClearCache (this=0x2122b24)
    at Scraper.cpp:210
#6  0x00000000007c22c2 in VIDEO::CVideoInfoScanner::RetrieveVideoInfo (
    this=<value optimized out>, items=..., bDirNames=<value optimized out>,
    content=<value optimized out>, useLocal=<value optimized out>,
    pURL=<value optimized out>, fetchEpisodes=true, pDlgProgress=0x0)
    at VideoInfoScanner.cpp:376
#7  0x00000000007c2d6c in VIDEO::CVideoInfoScanner::DoScan (
    this=0x7faf840064e0, strDirectory=<value optimized out>)
    at VideoInfoScanner.cpp:285
#8  0x00000000007c3484 in VIDEO::CVideoInfoScanner::Process (
    this=0x7faf840064e0) at VideoInfoScanner.cpp:104
#9  0x00000000006adec2 in CThread::staticThread (data=<value optimized out>)
    at Thread.cpp:203
#10 0x00007faf9dcac9ca in start_thread () from /lib/libpthread.so.0
#11 0x00007faf985f56fd in clone () from /lib/libc.so.6
#12 0x0000000000000000 in ?? ()

Sorry for no log, I couldn't find it and since the keyboard on my linux machine suddenly stopped responding, I need to edit this post on my windows machine.
So basically that stack is all I have. All references I have found for this error are from quite a long time ago, and suggest I'll reconfigure with CFLAGS=-fno-stack-protector. However, when I tried doing it, configure failed to find just about every requirement (stopped already on GL).

I'm running an ASRock Ion 330, 4GB RAM, Ubuntu 10.04 64bit and XFCE desktop.

Itai.
Reply
#2
Well, it required a full shut-down of my linux machine (although it was only up for a few hours) and a full bootstrap-configure-make-install, but now this issue doesn't reproduce. And the keyboard is working again.
Must have been something deeper in the OS level.

Itai.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Dharma r32733 crash __stack_chk_fail0