Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: GiMP, PCManFM, [others] seg faulting

  1. #11
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    Quote Originally Posted by mc4man View Post
    Maybe ck your local log for gnome-session or .xsession-errors (where or which can vary..
    Will do. Thanks!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #12
    Join Date
    Jun 2007
    Beans
    17,337

    Re: GiMP, PCManFM, [others] seg faulting

    Quote Originally Posted by VinDSL View Post
    Will do. Thanks!
    As far as I know gdm keeps it's own log, should be easy to find
    lightdm uses .xsession-errors for gnome* sessions & .cache/upstart for unity session

  3. #13
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    Heh! Sorry, for digressing, but I'm going through various logs, and...

    My fire-breathing, flamethrower, P4EE CPU is throttling like crazy. LoL!

    I turn my CPU cooler fan speed down, in the winter, so I don't have to listen to it.

    It's triple-digits here, now. Guess I better crank it up, all the way.

    Okay, back on topic.

    Still going through my logs, looking for a clue...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  4. #14
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    Eureka!

    Code:
    Jul 19 09:29:20 Zuul kernel: [ 7593.301489] pcmanfm[24222]: segfault at 0 ip b6d105e6 sp bfe55350 error 4 in libgobject-2.0.so.0.3705.0[b6d04000+52000]
    
    Jul 19 09:29:37 Zuul kernel: [ 7610.023152] gimp[24298]: segfault at 0 ip b6aee5e6 sp bfb26e30 error 4 in libgobject-2.0.so.0.3705.0[b6ae2000+52000]
    
    Jul 19 09:50:05 Zuul kernel: [ 8837.964883] chrome[24305]: segfault at 0 ip b23715e6 sp bfa71360 error 4 in libgobject-2.0.so.0.3705.0[b2365000+52000]
    Didn't realize Chromium was seg faulting, too.

    Actually, I *think* the Chromium seg fault was due to the flash plug-in running out of memory. That happens quite often, when I'm playing Zynga flash games on FB. Flash performance, on a machine with 1GB RAM is rather dodgy.

    Er... I play Cafe World, for testing purposes only (fingers crossed behind back).
    Last edited by VinDSL; July 19th, 2013 at 08:16 PM. Reason: Addendum
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  5. #15
    Join Date
    Jun 2007
    Beans
    17,337

    Re: GiMP, PCManFM, [others] seg faulting on glib from rico ppa

    You're breaking on the glib you've installed from a ppa, likely -
    2.37.5~git20130714.8ead9055-0ubuntu1~13.10~ricotz1
    So for a while you probably won't be able to use pcmanfm until it's fixed for 2.37.5 or higher
    (unless you downgrade to a lesser version of glib which may or may not affect other ppa packages...

    the simple crash title is -
    pcmanfm crashed with SIGSEGV in g_cclosure_marshal_generic()

  6. #16
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    Agreed!

    I don't see any good options, at this point, except waiting.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  7. #17
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    That didn't take long!

    Quote Originally Posted by zika View Post
    Lot of design/user_interface changes today...
    Code:
    vindsl@Zuul:~$ apt-cache policy libglib2.0-0
    libglib2.0-0:
      Installed: 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1
      Candidate: 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1
      Version table:
     *** 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1 0
            500 http://ppa.launchpad.net/ricotz/testing/ubuntu/ saucy/main i386 Packages
            100 /var/lib/dpkg/status
         2.37.3-1ubuntu2 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/main i386 Packages
    vindsl@Zuul:~$
    Solved all of my glib probs. GiMP, PCManFM, [everything] is working fine now. Didn't even have to restart.

    Thanks, for the help!
    Last edited by VinDSL; July 20th, 2013 at 05:33 PM. Reason: Addendum
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  8. #18
    Join Date
    Jun 2007
    Beans
    17,337

    Re: GiMP, PCManFM, [others] seg faulting


  9. #19
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: GiMP, PCManFM, [others] seg faulting

    Quote Originally Posted by mc4man View Post
    Yeah, these (ricotz) glib packages were included in this morning's incremental upgrade(s):

    Code:
    Commit Log for Sat Jul 20 09:09:39 2013
    
    Upgraded the following packages:
    
    libglib2.0-data (2.37.5~git20130714.8ead9055-0ubuntu1~13.10~ricotz1) to 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1
    
    libglib2.0-dev (2.37.5~git20130714.8ead9055-0ubuntu1~13.10~ricotz1) to 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1
    
    libglib2.0-doc (2.37.5~git20130714.8ead9055-0ubuntu1~13.10~ricotz1) to 2.37.5~git20130719.8753df9d-0ubuntu1~13.10~ricotz1
    I had a *good* feeling about it. Worked a treat!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •