GDB warning message.

From: Alexander Nedotsukov (bland_at_FreeBSD.org)
Date: 09/17/05

  • Next message: FUJITA Kazutoshi: "MAXMEM ?"
    Date: Sat, 17 Sep 2005 13:40:43 +0900
    To: current@FreeBSD.org
    
    

    Guys,

    Can anyone say what is it (see warning message bellow)?

    (gdb) r
    The program being debugged has been started already.
    Start it from the beginning? (y or n) y

    Starting program: /usr/X11R6/bin/gnome-dictionary
    warning: Unable to get location for thread creation breakpoint: generic
    error
    [New LWP 100212]
    [New Thread 0x806b000 (LWP 100212)]
    [Switching to Thread 0x806b000 (LWP 100120)]

    Breakpoint 1, dict_disconnect (context=0x8277000) at dict.c:844
    844 g_return_if_fail (context != NULL);

    This is 100% reproducible. Just run program with breakpoint set.
    Do we have something broken?

    Thanks,
    Alexander.
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: FUJITA Kazutoshi: "MAXMEM ?"