Bug#651100: pinpoint crashes with 'failed to create drawable' at startup

2011-12-14 Thread Nicolas Schier
Dear Antonio,

> I could not reproduce this in either a GNOME session or a plain 
> awesome session. Googling for this error message suggests that this 
> is clutter-related. Do other clutter applications run OK for you?

I do not have any other clutter based application on my system (at 
least according to `aptitude why libclutter-1.0-0`

> I have just uploaded a new upstream snapshot to unstable. It would be
> nice if you try it out and tell me if it works for you or if this
> problem persists.

The new upstream version itself did not help, but I after doing an 
update today, pinpoint started perfectly!  It's a little bit strange; 
according to pinpoint's dependencies only libgl1-mesa-glx updated from 
7.11-6 to 7.11.1-1; but after a manual downgrade to the old one, 
pinpoint does still work.

So finally, thanks for your attempt; it works for me even though I have 
no clue why ;-)

Kind regards,
Nicolas


--
Package: pinpoint
Version: 1.2.git2013-1
Severity: normal


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pinpoint depends on:
ii  libatk1.0-0   2.2.0-2 
ii  libc6 2.13-21 
ii  libcairo-gobject2 1.10.2-6.1  
ii  libcairo2 1.10.2-6.1  
ii  libclutter-1.0-0  1.8.2-2 
ii  libclutter-gst-1.0-0  1.4.2-1 
ii  libcogl-pango01.8.2-1 
ii  libcogl5  1.8.2-1 
ii  libdrm2   2.4.27-1
ii  libfontconfig12.8.0-3 
ii  libfreetype6  2.4.8-1 
ii  libgdk-pixbuf2.0-02.24.0-1
ii  libgl1-mesa-glx [libgl1]  7.11.1-1
ii  libglib2.0-0  2.30.2-4
ii  libgstreamer0.10-00.10.35-1   
ii  libjson-glib-1.0-00.14.2-1
ii  libpango1.0-0 1.29.4-2
ii  libx11-6  2:1.4.4-4   
ii  libxcomposite11:0.4.3-2   
ii  libxdamage1   1:1.1.3-2   
ii  libxext6  2:1.3.0-3   
ii  libxfixes31:5.0-4 
ii  libxi62:1.4.3-3   
ii  libxml2   2.7.8.dfsg-5
ii  zlib1g1:1.2.3.4.dfsg-3

pinpoint recommends no packages.

pinpoint suggests no packages.

-- no debconf information

-- 
gpg public key: ID 0xACBC3B35, jabber: nico...@jabber.no
 -- frykten for herren er opphav til kunnskap --


signature.asc
Description: Digital signature


Bug#651100: pinpoint crashes with 'failed to create drawable' at startup

2011-12-13 Thread Antonio Terceiro
tags 651100 + moreinfo
thanks

Hi,

Nicolas Schier escreveu isso aĆ­:
> Package: pinpoint
> Version: 1.2.git2013-1
> Severity: important
> 
> Dear Maintainer,
> 
> I tried to start pinpoint with the example presentation, but it crashed 
> with some Clutter error messages (I used a non-gnome awesome X11 
> session).
> 
> I started it with
> 
>   pinpoint /usr/share/doc/pinpoint/examples/introduction.pin
> 
> and it terminates right ahead with:
> 
>   failed to create drawable
>   
>   (pinpoint:3788): Clutter-CRITICAL **: Unable to initialize Clutter: Unable 
> to select the newly created GLX context
>   
>   (pinpoint:3788): Clutter-WARNING **: Unable to create a new stage: the glx 
> backend does not support multiple stages.
>   
>   (pinpoint:3788): Clutter-CRITICAL **: clutter_container_add: assertion 
> `CLUTTER_IS_CONTAINER (container)' failed
>   
>   (pinpoint:3788): Clutter-CRITICAL **: clutter_actor_show: assertion 
> `CLUTTER_IS_ACTOR (self)' failed
>   
>   (pinpoint:3788): Clutter-CRITICAL **: clutter_stage_set_color: assertion 
> `CLUTTER_IS_STAGE (stage)' failed
>   
>   (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
>   
>   (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
> `G_TYPE_CHECK_INSTANCE (instance)' failed
>   
>   (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
>   
>   (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
> `G_TYPE_CHECK_INSTANCE (instance)' failed
>   
>   (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
>   
>   (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
> `G_TYPE_CHECK_INSTANCE (instance)' failed
>   
>   (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
>   
>   (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
> `G_TYPE_CHECK_INSTANCE (instance)' failed
>   
>   (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
>   
>   (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
> `G_TYPE_CHECK_INSTANCE (instance)' failed
>   
>   (pinpoint:3788): Clutter-CRITICAL **: clutter_stage_set_user_resizable: 
> assertion `CLUTTER_IS_STAGE (stage)' failed
>   failed to create drawable
>   X Error of failed request:  BadGC (invalid GC parameter)
> Major opcode of failed request:  60 (X_FreeGC)
> Resource id in failed request:  0x204
> Serial number of failed request:  33
> Current serial number in output stream:  39
> 
> It would be great if you (or someone else) could provide a solution.

I could not reproduce this in either a GNOME session or a plain awesome
session. Googling for this error message suggests that this is
clutter-related. Do other clutter applications run OK for you?

I have just uploaded a new upstream snapshot to unstable. It would be
nice if you try it out and tell me if it works for you or if this
problem persists.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#651100: pinpoint crashes with 'failed to create drawable' at startup

2011-12-05 Thread Nicolas Schier
Package: pinpoint
Version: 1.2.git2013-1
Severity: important

Dear Maintainer,

I tried to start pinpoint with the example presentation, but it crashed 
with some Clutter error messages (I used a non-gnome awesome X11 
session).

I started it with

  pinpoint /usr/share/doc/pinpoint/examples/introduction.pin

and it terminates right ahead with:

  failed to create drawable
  
  (pinpoint:3788): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to 
select the newly created GLX context
  
  (pinpoint:3788): Clutter-WARNING **: Unable to create a new stage: the glx 
backend does not support multiple stages.
  
  (pinpoint:3788): Clutter-CRITICAL **: clutter_container_add: assertion 
`CLUTTER_IS_CONTAINER (container)' failed
  
  (pinpoint:3788): Clutter-CRITICAL **: clutter_actor_show: assertion 
`CLUTTER_IS_ACTOR (self)' failed
  
  (pinpoint:3788): Clutter-CRITICAL **: clutter_stage_set_color: assertion 
`CLUTTER_IS_STAGE (stage)' failed
  
  (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
  
  (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  
  (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
  
  (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  
  (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
  
  (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  
  (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
  
  (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  
  (pinpoint:3788): GLib-GObject-WARNING **: invalid (NULL) pointer instance
  
  (pinpoint:3788): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  
  (pinpoint:3788): Clutter-CRITICAL **: clutter_stage_set_user_resizable: 
assertion `CLUTTER_IS_STAGE (stage)' failed
  failed to create drawable
  X Error of failed request:  BadGC (invalid GC parameter)
Major opcode of failed request:  60 (X_FreeGC)
Resource id in failed request:  0x204
Serial number of failed request:  33
Current serial number in output stream:  39

It would be great if you (or someone else) could provide a solution.

Thanks in advance and kind regards,
Nicolas


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.2-bpc-nopackage-00043-g1741b1a (SMP w/2 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to nb_NO.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pinpoint depends on:
ii  libatk1.0-0   2.2.0-2 
ii  libc6 2.13-21 
ii  libcairo-gobject2 1.10.2-6.1  
ii  libcairo2 1.10.2-6.1  
ii  libclutter-1.0-0  1.8.2-2 
ii  libclutter-gst-1.0-0  1.4.2-1 
ii  libcogl-pango01.8.2-1 
ii  libcogl5  1.8.2-1 
ii  libdrm2   2.4.27-1
ii  libfontconfig12.8.0-3 
ii  libfreetype6  2.4.8-1 
ii  libgdk-pixbuf2.0-02.24.0-1
ii  libgl1-mesa-glx [libgl1]  7.11-6  
ii  libglib2.0-0  2.30.2-4
ii  libgstreamer0.10-00.10.35-1   
ii  libjson-glib-1.0-00.14.2-1
ii  libpango1.0-0 1.29.4-2
ii  libx11-6  2:1.4.4-4   
ii  libxcomposite11:0.4.3-2   
ii  libxdamage1   1:1.1.3-2   
ii  libxext6  2:1.3.0-3   
ii  libxfixes31:5.0-4 
ii  libxi62:1.4.3-3   
ii  libxml2   2.7.8.dfsg-5
ii  zlib1g1:1.2.3.4.dfsg-3

pinpoint recommends no packages.

pinpoint suggests no packages.

-- no debconf information

-- 
gpg public key: ID 0xACBC3B35, jabber: nico...@jabber.no
 -- frykten for herren er opphav til kunnskap --


signature.asc
Description: Digital signature