I filed a ticket for Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion
`widget !=
NULL' failed. <http://trac.dabodev.com/ticket/1152> and attached files.

Thanks.
Scott

On Sat, May 10, 2008 at 12:00 PM, <[EMAIL PROTECTED]> wrote:

> Send Dabo-users mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://leafe.com/mailman/listinfo/dabo-users
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dabo-users digest..."
>
>
> Today's Topics:
>
>   1. gtk_tooltips_set_tip: assertion `widget != NULL'  failed ?
>      (Scott Pierce)
>   2. Re: gtk_tooltips_set_tip: assertion `widget !=    NULL'   failed ?
>      (Paul McNett)
>   3. Re: gtk_tooltips_set_tip: assertion `widget != NULL'      failed ?
>      (johnf)
>   4. Re: gtk_tooltips_set_tip: assertion `widget !=    NULL'   failed ?
>      (Paul McNett)
>   5. Re: gtk_tooltips_set_tip: assertion `widget != NULL'      failed ?
>      (johnf)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 9 May 2008 17:34:21 -0400
> From: "Scott Pierce" <[EMAIL PROTECTED]>
> Subject: [dabo-users] gtk_tooltips_set_tip: assertion `widget != NULL'
>        failed ?
> To: [email protected]
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Has anyone seen this?  If not, I'll post more info but when I run the app
> created by the Class Designer this is the error just prior to segfault.
>
> Full Error:
>
> (python:27344): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `widget
> !=
> NULL' failed
> Segmentation fault
>
> I went back and filled in my tool tip properties just in case but it looks
> like it is attempting to create a tooltip for a widget that doesn't exist
> and not liking that so much.
>
> My wxpython version:
> wxPython Version: 2.8.7.1 wxGTK (unicode) (gtk2)
>
> and the cdxml and python attached (created by the class designer).
>
>
>
> Scott Pierce
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/mixed
>  multipart/alternative
>    text/plain (text body -- kept)
>    text/html
>  application/octet-stream
>  text/x-python
> ---
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 09 May 2008 14:38:29 -0700
> From: Paul McNett <[EMAIL PROTECTED]>
> Subject: Re: [dabo-users] gtk_tooltips_set_tip: assertion `widget !=
>        NULL'   failed ?
> To: Dabo Users list <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Scott Pierce wrote:
> > Has anyone seen this?  If not, I'll post more info but when I run the
> app
> > created by the Class Designer this is the error just prior to segfault.
> >
> > Full Error:
> >
> > (python:27344): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `widget
> !=
> > NULL' failed
>
> These messages are common on Gtk, and don't appear to be tied to
> anything bad.
>
> > Segmentation fault
>
> Now that's bad. ;)
>
> > I went back and filled in my tool tip properties just in case but it
> looks
> > like it is attempting to create a tooltip for a widget that doesn't
> exist
> > and not liking that so much.
> >
> > My wxpython version:
> > wxPython Version: 2.8.7.1 wxGTK (unicode) (gtk2)
> >
> > and the cdxml and python attached (created by the class designer).
>
> Can't send attachments here. You should open a ticket on our bug
> tracker, and attach your files there. First register for an account,
> then log in, and then choose "new ticket".
>
> http://trac.dabodev.com
>
> Seg faults are difficult to track down. I suggest littering your python
> code with 'print 1', 'print 2', etc. You'll get an idea where in the
> code is failing. My prediction is that you are sending an incompatible
> parent to a new object, perhaps sending self instead of the actual parent.
>
> Welcome to these parts!
> Paul
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 9 May 2008 15:45:37 -0700
> From: johnf <[EMAIL PROTECTED]>
> Subject: Re: [dabo-users] gtk_tooltips_set_tip: assertion `widget !=
>        NULL'   failed ?
> To: Dabo Users list <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Friday 09 May 2008 02:38:29 pm Paul McNett wrote:
> > Has anyone seen this? ?If not, I'll post more info but when I run the
> app
> >
> > > created by the Class Designer this is the error just prior to segfault
>
> Are you running the app from the ClassDesigner or as stand alone app?
>  What
> platform are you on?
>
> --
> John Fabiani
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 09 May 2008 15:57:01 -0700
> From: Paul McNett <[EMAIL PROTECTED]>
> Subject: Re: [dabo-users] gtk_tooltips_set_tip: assertion `widget !=
>        NULL'   failed ?
> To: Dabo Users list <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> johnf wrote:
> > On Friday 09 May 2008 02:38:29 pm Paul McNett wrote:
> >> Has anyone seen this?  If not, I'll post more info but when I run the
> app
> >>
> >>> created by the Class Designer this is the error just prior to segfault
> >
> > Are you running the app from the ClassDesigner or as stand alone app?
>  What
> > platform are you on?
>
> Um, I didn't write that, Scott Pierce did. :)
>
> Paul
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 9 May 2008 16:12:59 -0700
> From: johnf <[EMAIL PROTECTED]>
> Subject: Re: [dabo-users] gtk_tooltips_set_tip: assertion `widget !=
>        NULL'   failed ?
> To: Dabo Users list <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Friday 09 May 2008 03:57:01 pm Paul McNett wrote:
> > johnf wrote:
> > > On Friday 09 May 2008 02:38:29 pm Paul McNett wrote:
> > >> Has anyone seen this?  If not, I'll post more info but when I run the
> > >> app
> > >>
> > >>> created by the Class Designer this is the error just prior to
> segfault
> > >
> > > Are you running the app from the ClassDesigner or as stand alone app?
> > > What platform are you on?
> >
> > Um, I didn't write that, Scott Pierce did. :)
> >
> > Paul
> Right!
> But the questions were for Scott.
>
>
>
> --
> John Fabiani
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Dabo-users mailing list
> [email protected]
> http://leafe.com/mailman/listinfo/dabo-users
> Searchable Archives: http://leafe.com/archives/search/dabo-users
>
>
> End of Dabo-users Digest, Vol 47, Issue 5
> *****************************************
>


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to