<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>138873</bug_id>
          
          <creation_ts>2006-12-16 12:04:56 +0000</creation_ts>
          <short_desc>kdesu crash after su password</short_desc>
          <delta_ts>2008-06-18 23:00:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kdesu</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="maini10">maini10</reporter>
          <assigned_to name="kdesu bugs tracker">kdesu-bugs-null</assigned_to>
          <cc>me</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>494069</commentid>
    <comment_count>0</comment_count>
    <who name="maini10">maini10</who>
    <bug_when>2006-12-16 12:04:56 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17-10-generic

Trying to open guarddog in kde 3.5.5 (kubuntu distributions) kdesu requires root password. Next, when password is given, the application crash.
Here&apos;s a backtrace:
Using host libthread_db library &quot;/lib/tls/i686/cmov/libthread_db.so.1&quot;.
[Thread debugging using libthread_db enabled]
[New Thread -1231669056 (LWP 6261)]
[KCrash handler]
#6  0xa967fd11 in ?? ()
#7  0xbfa854bd in ?? ()
#8  0xb72c6ce4 in QCList::reference () from /usr/lib/libqt-mt.so.3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>494072</commentid>
    <comment_count>1</comment_count>
    <who name="Bram Schoenmakers">me</who>
    <bug_when>2006-12-16 12:10:56 +0000</bug_when>
    <thetext>There&apos;s not much we can do. Please install the kdelibs-dbg and kdebase-dbg packages and mention which application you&apos;re starting.

If we don&apos;t get this information we have to close this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>494087</commentid>
    <comment_count>2</comment_count>
    <who name="maini10">maini10</who>
    <bug_when>2006-12-16 13:21:10 +0000</bug_when>
    <thetext>I&apos;m starting guarddog, the firewall configuration utility. Sorry, but I can&apos;t submit other information. I have followed your advice and installed those packages for the next time</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502132</commentid>
    <comment_count>3</comment_count>
    <who name="Lubos Lunak">l.lunak</who>
    <bug_when>2007-01-17 14:35:13 +0000</bug_when>
    <thetext>SVN commit 624617 by lunakl:

Don&apos;t access invalid array element. Most likely the reason for #138873.
BUG: 138873



 M  +1 -0      kdesud.cpp  


--- branches/KDE/3.5/kdebase/kdesu/kdesud/kdesud.cpp #624616:624617
@@ -377,6 +377,7 @@
                 XEvent event_return;
                 if (x11Display)
                     XNextEvent(x11Display, &amp;event_return);
+                continue;
             }
 
             if (i == sockfd) 
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>