Menu

#202 grip 3.1.2 dumps on freebsd

closed-fixed
nobody
None
5
2003-11-03
2003-10-04
No

I deinstalled grip, then updated gnome and reinstalled
the newest version now from the ports. Everything
compiled sucessfully however when I run grip now I get
nothing more than:
Segmentation fault (core dumped)

Discussion

  • Anonymous

    Anonymous - 2003-10-07

    Logged In: YES
    user_id=852878

    I'm seeing the same thing here, running FreeBSD 5.1-RELEASE
    and all ports kept current. Here's a backtrace:

    #0 0x28d9dcee in strchr () from /usr/lib/libc.so.5
    #1 0x286d5be0 in __JCR_LIST__ () from
    /usr/local/lib/libgobject-2.0.so.200
    #2 0x286ae8fa in g_object_new_valist ()
    from /usr/local/lib/libgobject-2.0.so.200
    #3 0x28b585b0 in gnome_program_initv () from
    /usr/X11R6/lib/libgnome-2.so.400
    #4 0x28b5826a in gnome_program_init () from
    /usr/X11R6/lib/libgnome-2.so.400
    #5 0x0804e2f2 in Cmain ()
    #6 0x0804e1db in main ()
    #7 0x0804e105 in _start ()

     
  • Jesse Guardiani

    Jesse Guardiani - 2003-10-30

    Logged In: YES
    user_id=576108

    Has this been fixed yet?

    I'm seeing the same behavior on FreeBSD 5.1-RELEASE.

    Is this a gnome dependency incompatibility of some kind?

     
  • Mike Oliphant

    Mike Oliphant - 2003-10-30

    Logged In: YES
    user_id=20614

    Does the same problem happen with 3.1.1?

     
  • Jason Andresen

    Jason Andresen - 2003-10-30

    Logged In: YES
    user_id=886209

    Yes, and the backtrace is the same. I'm using 5.1-RELEASE
    and all of the dependancies are up to date with what is in
    the ports tree.

    Currently:
    gnome 2.4.0
    ghttp 1.0.9
    libid3 3.8.2

     
  • Jesse Guardiani

    Jesse Guardiani - 2003-10-31

    Logged In: YES
    user_id=576108

    Howdy folks,

    I'm seeing the same thing on FreeBSD 5.1-RELEASE with grip
    3.1.2 from the ports collection.

    Just an added bit of info:

    This port compiles just fine if you compile it manually from
    a source tarball.

    See this thread on freebsd-ports@freebsd.org for more info:

    http://news.gmane.org/onethread.php?group=gmane.os.freebsd.devel.ports&root=%3Cbnpt58%244se%241%40sea.gmane.org%3E

    I'm personally stumped as to what is causing the core dump.
    I get the same gdb backtrace as kensama and sremick. And it
    doesn't tell me much either. :(

     
  • Mike Oliphant

    Mike Oliphant - 2003-11-01

    Logged In: YES
    user_id=20614

    Can one of you try recompiling with the following change to
    main.c:

    change:

    gnome_program_init(PACKAGE,VERSION,LIBGNOMEUI_MODULE,argc,argv,
    GNOME_PARAM_POPT_TABLE,options,
    GNOME_PROGRAM_STANDARD_PROPERTIES);

    to:

    gnome_program_init(PACKAGE,VERSION,LIBGNOMEUI_MODULE,argc,argv,
    GNOME_PARAM_POPT_TABLE,options,
    GNOME_PROGRAM_STANDARD_PROPERTIES,NULL);

    (ie: add a NULL on the end)

    let me know if this fixes the problem. thanks.

     
  • Manuel Leuenberger

    • status: open --> open-works-for-me
     
  • Jason Andresen

    Jason Andresen - 2003-11-03

    Logged In: YES
    user_id=886209

    That seems to work for me.

     
  • Mike Oliphant

    Mike Oliphant - 2003-11-03
    • status: open-works-for-me --> closed-fixed
     

Log in to post a comment.