Announcement

Collapse
No announcement yet.

Adept \installer - crash

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adept \installer - crash

    OK, I know I have done something really dumb....I though the installer had hung and I closed it down...

    Now whenever I open the installer I get the message that it is already in use, and when I try to resolve the impasse, the thing crashes.....here is the print out...short of reinstalling the whole system, what can I do....as I can no longer import any programs.



    [KCrash handler]
    #6 0xb7ef2410 in __kernel_vsyscall ()
    #7 0xb745e085 in raise () from /lib/tls/i686/cmov/libc.so.6
    #8 0xb745fa01 in abort () from /lib/tls/i686/cmov/libc.so.6
    #9 0xb766d480 in __gnu_cxx::__verbose_terminate_handler ()
    from /usr/lib/libstdc++.so.6
    #10 0xb766ad05 in ?? () from /usr/lib/libstdc++.so.6
    #11 0xb766ad42 in std::terminate () from /usr/lib/libstdc++.so.6
    #12 0xb766ae6a in __cxa_throw () from /usr/lib/libstdc++.so.6
    #13 0x0810e796 in ?? ()
    #14 0x0810eb9a in ?? ()
    #15 0x0810f405 in ?? ()
    #16 0x0810f4e5 in ?? ()
    #17 0x0810cedd in ?? ()
    #18 0x0816254e in ?? ()
    #19 0x0809d3d0 in ?? ()
    #20 0x08075845 in ?? ()
    #21 0x08077b7a in ?? ()
    #22 0xb6a42704 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #23 0xb6dd1aba in QSignal::signal () from /usr/lib/libqt-mt.so.3
    #24 0xb6a617b2 in QSignal::activate () from /usr/lib/libqt-mt.so.3
    #25 0xb6a69936 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
    #26 0xb69d6c36 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
    #27 0xb69d8a5f in QApplication::notify () from /usr/lib/libqt-mt.so.3
    #28 0xb70dd672 in KApplication::notify () from /usr/lib/libkdecore.so.4
    #29 0xb696728d in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
    #30 0xb69c9b19 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
    #31 0xb697c64b in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
    #32 0xb69f1f90 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
    #33 0xb69f1c8e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
    #34 0xb69d87df in QApplication::exec () from /usr/lib/libqt-mt.so.3
    #35 0x08072665 in ?? ()
    #36 0xb7449450 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
    #37 0x080723b1 in ?? ()

    #2
    Re: Adept \installer - crash

    Yeah, interrupting installations / upgrades will be problematic

    This may be of help:
    http://kubuntuforums.net/forums/inde...opic=3083615.0
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: Adept \installer - crash

      Originally posted by Fintan
      Yeah, interrupting installations / upgrades will be problematic

      This may be of help:
      http://kubuntuforums.net/forums/inde...opic=3083615.0
      Hmmm!....does not really help.....this is the outcome of the autoremove..

      E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
      E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?


      It is looking like a reinstall.....arrrgghhhh!

      Comment


        #4
        Re: Adept \installer - crash

        Did you do this:
        Code:
        sudo dpkg --configure -a
        Code:
        sudo apt-get autoclean
        Code:
        sudo apt-get autoremove
        in that oder?

        If so try doing:
        Code:
        sudo dpkg --configure -a
        Code:
        sudo apt-get autoclean
        again a few times then reboot and do:

        Code:
        sudo apt-get autoclean
        again.

        Stopping a install process is not very friendly to your system but not deadly
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment

        Working...
        X