Bug 320674 - Live CD PCLinux KDE Daemon startup load error
Summary: Live CD PCLinux KDE Daemon startup load error
Status: RESOLVED DUPLICATE of bug 209975
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 18:32 UTC by Dan
Modified: 2013-06-13 22:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Live CD PCLinux KDE Daemon startup load error (49.64 KB, image/jpeg)
2013-06-03 18:41 UTC, Dan
Details
Crash Report (2.55 KB, text/plain)
2013-06-05 16:55 UTC, Dan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan 2013-06-03 18:32:35 UTC
Live CD PCLinux KDE Daemon startup load error. Tried to report--not enough info to send. I do have a screenshot of "error" each time live CD OS gets to desktop. Results say to "install debugger package" (gdb) & click reload button.
Just where do I find it to install?? Not a very good start for a purchased "Live CD" Hope you can help this old windows user---it's all new to me!

Reproducible: Always

Steps to Reproduce:
1.Just pop in CD-reboot- as desktop loads KDE error pops up!
2.
3.
Actual Results:  
Crashes every time.

Expected Results:  
Load without errors!

How can I send you the "limited" results of error analisis and screenshot of error??
Comment 1 Dan 2013-06-03 18:41:28 UTC
Created attachment 80280 [details]
Live CD PCLinux KDE Daemon startup load error

Screenshot of Error
Comment 2 Jekyll Wu 2013-06-04 03:53:34 UTC
> "install debugger package" (gdb)"

I never use PCLinux, so I don't know how. But gdb is available in most distributions. In Debian/Ubuntu, just run "apt-get install gdb" as root.  Ask PCLinux guys for the equvalent command.
Comment 3 Dan 2013-06-05 04:21:19 UTC
Contents of Crash Report:
Application: kded4 ($Id$)
KDE Platform Version: 4.9.5
Qt Version: 4.8.4
Operating System: Linux 3.2.18-pclos2.bfs i686
Distribution: "PCLinuxOS"

-- Information about the crash:
<In detail, tell us what you were doing  when the application crashed.>

The crash can be reproduced every time.

-- Backtrace:
A useful backtrace could not be generated

Report to https://bugs.kde.org/
Comment 4 Jekyll Wu 2013-06-05 05:20:35 UTC
You need to first install gdb before you can get any useful backtrace.
Comment 5 Dan 2013-06-05 10:24:34 UTC
Yes, I know, and I searched for it within  PC Linux with no luck. Also
searched on the web for the file with no results.
I am an old Windows XP user and am very new to Linux but smart enough to
know support for XP soon runs out. I
don't like the new Windows OSs so I am trying to learn about Linux. Tried
the Mint,Puppy, React & Knoppix versions.
 The one I seem to like best is the PCLinux if I can just get this issue
resolved.
Your Responses are Appreciated!
Thank You!


On Wed, Jun 5, 2013 at 12:20 AM, Jekyll Wu <adaptee@gmail.com> wrote:

> https://bugs.kde.org/show_bug.cgi?id=320674
>
> --- Comment #4 from Jekyll Wu <adaptee@gmail.com> ---
> You need to first install gdb before you can get any useful backtrace.
>
> --
> You are receiving this mail because:
> You reported the bug.
>
Comment 6 Jekyll Wu 2013-06-05 14:26:41 UTC
OK, I just download a PCLinux LiveCD iso and boot it in the virtualbox.  Here is the step to install gdb in konsole :

$ su -l
<enter the password of root, which is also root>
# apt-get update
# apt-get install gdb 

That is it. DrKonqi should be able to generate a backtrace now. 

However, you are unlikely to get a high quality backtrace without installing debug symbols.  That task really needs  help from someone who really uses PCLinux.
Comment 7 Dan 2013-06-05 16:55:07 UTC
Created attachment 80318 [details]
Crash Report

Finely got (gdb) report.
Need Someone to tell how to install debug symbols or forward to a PCLinux user to analyze  error.
Many Thanks to: Jekyll Wu for previous help     A+++Help
Comment 8 Jekyll Wu 2013-06-06 01:57:44 UTC
> #7  0xb7726424 in __kernel_vsyscall ()
> #8  0xb5d68311 in raise () from /lib/i686/libc.so.6
> #9  0xb5d69e3e in abort () from /lib/i686/libc.so.6
> #10 0xb5d60c28 in __assert_fail () from /lib/i686/libc.so.6
> #11 0xad755461 in snd_hctl_handle_events () from /usr/lib/libasound.so.2
> #12 0xad762bc1 in snd_mixer_handle_events () from /usr/lib/libasound.so.2
> #13 0xad832698 in ?? () from /union/usr/lib/kde4/kded_kmixd.so
> #14 0xad8299f5 in ?? () from /union/usr/lib/kde4/kded_kmixd.so
> #15 0xad829900 in ?? () from /union/usr/lib/kde4/kded_kmixd.so

Thanks. This looks like a duplicate of bug 209975.  The problem is in alsa-lib, out of the scope of KDE developers. So nothing can be done here to solve the problem, except ensuring the alsa-lib installed in your system is recent enough to contain the fix. 

See https://bugs.kde.org/show_bug.cgi?id=209975#c137 , https://bugs.kde.org/show_bug.cgi?id=209975#c129 and https://bugs.kde.org/show_bug.cgi?id=209975#c126 .

*** This bug has been marked as a duplicate of bug 209975 ***
Comment 9 Dan 2013-06-06 02:20:36 UTC
Maybe I'm just stupid, but why in the world can't the KDE program be
"uninstalled" and an updated version be
installed that includes the repair? Seems to me to be a much easier
solution than going through all the technical stuff.


On Wed, Jun 5, 2013 at 8:57 PM, Jekyll Wu <adaptee@gmail.com> wrote:

> https://bugs.kde.org/show_bug.cgi?id=320674
>
> Jekyll Wu <adaptee@gmail.com> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|---                         |DUPLICATE
>
> --- Comment #8 from Jekyll Wu <adaptee@gmail.com> ---
> > #7  0xb7726424 in __kernel_vsyscall ()
> > #8  0xb5d68311 in raise () from /lib/i686/libc.so.6
> > #9  0xb5d69e3e in abort () from /lib/i686/libc.so.6
> > #10 0xb5d60c28 in __assert_fail () from /lib/i686/libc.so.6
> > #11 0xad755461 in snd_hctl_handle_events () from /usr/lib/libasound.so.2
> > #12 0xad762bc1 in snd_mixer_handle_events () from /usr/lib/libasound.so.2
> > #13 0xad832698 in ?? () from /union/usr/lib/kde4/kded_kmixd.so
> > #14 0xad8299f5 in ?? () from /union/usr/lib/kde4/kded_kmixd.so
> > #15 0xad829900 in ?? () from /union/usr/lib/kde4/kded_kmixd.so
>
> Thanks. This looks like a duplicate of bug 209975.  The problem is in
> alsa-lib,
> out of the scope of KDE developers. So nothing can be done here to solve
> the
> problem, except ensuring the alsa-lib installed in your system is recent
> enough
> to contain the fix.
>
> See https://bugs.kde.org/show_bug.cgi?id=209975#c137 ,
> https://bugs.kde.org/show_bug.cgi?id=209975#c129 and
> https://bugs.kde.org/show_bug.cgi?id=209975#c126 .
>
> *** This bug has been marked as a duplicate of bug 209975 ***
>
> --
> You are receiving this mail because:
> You reported the bug.
>
Comment 10 Christoph Feck 2013-06-13 22:56:50 UTC
> why in the world can't the KDE program be "uninstalled" and an updated version be installed that includes the repair?

In this case, you would need updated ALSA software, which is responsible for audio, so just updating KDE would not help.

The problem with many Linux distributions is that they not only ship KDE, but thousands of other applications, such as web browsers, networking tools, graphics software etc., so updates to the software are only happening when a new version of the distribution is released, not for each application update separately.

There are, however, distributions available, that are much faster to include newer versions, such as Arch or Gentoo (those are called "rolling distributions"). These distributions are not as easy to use for beginners, but if you are, as you said, willing to learn, they could be less trouble in the long run.