[Digikam-devel] [Bug 172427] digikam crashed with kipi plugins

SlashDevDsp slashdevdsp at gmail.com
Thu Oct 9 03:58:39 BST 2008


http://bugs.kde.org/show_bug.cgi?id=172427





--- Comment #2 from SlashDevDsp <slashdevdsp gmail com>  2008-10-09 04:58:32 ---
ok, I did some debug and it definitely seems to crash here:
Thread 1 (Thread -1259399488 (LWP 12018)): [KCrash Handler] #6 0xb53e2ec7 in
XRRConfigCurrentRate () from /usr/lib/libXrandr.so.2 #7 0xae887f4e in
SlideShowKB (this=0x8e20e30, fileList=@0xbff0e3c0, commentsList=@0xbff0e3bc,
sharedData=0x8abf5a8) at
/home/kde-devel/kdesvn/extragear/graphics/kipi-plugins/slideshow/slideshowkb.cpp:200

the line being:
   frameRate = m_screen->suggestFrameRate() * 2;

It seems 'm_screen->SuggestFrameRate()' is not working:
I added this debug a few line above the usage of m_screen->SuggestFrameRate()

    m_screen = new ScreenProperties(this);
    qDebug("------------------------------------------");
    qDebug("Screen properties"); 
    qDebug("---%d---",m_screen->suggestFrameRate());

and this is the output I get:
------------------------------------------
Screen properties
X Error: BadWindow (invalid Window parameter) 3
  Extension:    159 (RANDR)
  Minor opcode: 5 (RRGetScreenInfo)
  Resource id:  0x18
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = digikam path = <unknown> pid = 13854

I am using the nvidia-binary driver with twinview enabled.

hth


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list