Bug#337632: matchbox-panel: exits at startup with floating point exception

2006-03-14 Thread Manolo Díaz
Moray Allan escribió:
 On Fri, 2006-01-20 at 22:17 +0100, Manolo Díaz wrote:
 
Moray Allan wrote:

Please can I check whether you still see this with the updated
matchbox-panel version 0.9.2-3 ?

Yes, but now is more verbose. Here you are:
[...]
 
 
 Thank you for the information.  Please could you also try with
 matchbox-panel 0.9.3-1 and libmatchbox 1.8-1?
 
 Yours,
 

Built from source both, libmatchbox 1.8-1 and matchbox-panel 0.9.2-3
with --enable-debug. Here is a backtrace

Regards,
Manolo Díaz





[EMAIL PROTECTED]:~$ gdb matchbox-panel
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...Using host libthread_db
library /lib/libthread_db.so.1.

(gdb) run
Starting program: /usr/bin/matchbox-panel
mbmenu: no _MB_THEME set on root window
MB-PANEL-DEBUG: panel_set_theme_from_root_prop() called
MB-PANEL-DEBUG: panel_set_theme_from_root_prop() no _MB_THEME set on
root window
MB-PANEL-DEBUG: panel_set_bg() bg_spec: #e2e2de, type 0
MB-PANEL-DEBUG: setting _MB_PANEL_BG to rgb:14869214
TRAY-DEBUG: mb_tray_handle_xevent() Reparent Notify event

TRAY-DEBUG: mb_tray_handle_xevent() Config Notify event

TRAY-DEBUG: handle_configure() got configure

TRAY-DEBUG: mb_tray_handle_xevent() Config Notify event

TRAY-DEBUG: handle_configure() got configure

TRAY-DEBUG: mb_tray_handle_xevent() Config Notify event

TRAY-DEBUG: handle_configure() got configure

MB-PANEL-DEBUG: session_init() called
mbpanel: Session file does not exist ( tryed
/home/yo/.matchbox/mbdock.session.debug )
MB-PANEL-DEBUG: session_preexisting_start_next() starting
mb-applet-menu-launcher
TRAY-DEBUG: mb_tray_handle_xevent() Config Notify event

TRAY-DEBUG: handle_configure() got configure

MB-PANEL-DEBUG: panel_handle_client_message() called
mbmenu: no _MB_THEME set on root window
mb-applet-menu-launcher: bmon.desktop has no icon, png or name
mb-applet-menu-launcher: nxtvepg.desktop has no icon, png or name
mb-applet-menu-launcher: bmon.desktop has no icon, png or name
mb-applet-menu-launcher: nxtvepg.desktop has no icon, png or name
mb-applet-menu-launcher: bmon.desktop has no icon, png or name
mb-applet-menu-launcher: nxtvepg.desktop has no icon, png or name
MB-PANEL-DEBUG: panel_handle_client_message() called
MB-PANEL-DEBUG: panel_handle_client_message() got system tray message
MB-PANEL-DEBUG: panel_handle_client_message() is SYSTEM_TRAY_REQUEST_DOCK
MB-PANEL-DEBUG: session_preexisting_win_matches_wanted() called
MB-PANEL-DEBUG: session_preexisting_win_matches_wanted() win pid is 0
MB-PANEL-DEBUG: session_preexisting_win_matches_wanted() pid failed,
comparing 'mb-applet-menu-launcher' vs 'mb-applet-menu-launcher'
MB-PANEL-DEBUG: panel_app_new() papp offset at 0
MB-PANEL-DEBUG: panel_app_deliver_config_event() delivering x: 2 , y: 2
w: 32 h: 32 name : App Launcher
MB-PANEL-DEBUG: panel_update_client_list_prop() called
TRAY-DEBUG: mb_tray_handle_xevent() Reparent Notify event

MB-PANEL-DEBUG: panel_menu_update_remove_items() Got icon data (size: 32
x 0)

Program received signal SIGFPE, Arithmetic exception.
0x2abd208f in mb_pixbuf_img_scale_down () from /usr/lib/libmb.so.1
(gdb) bt
#0  0x2abd208f in mb_pixbuf_img_scale_down () from
/usr/lib/libmb.so.1
#1  0x2abd260c in mb_pixbuf_img_scale () from /usr/lib/libmb.so.1
#2  0x2abc9862 in mb_menu_item_icon_set () from /usr/lib/libmb.so.1
#3  0x004084e9 in panel_menu_update_remove_items
(panel=0x511060) at panel_menu.c:129
#4  0x00404139 in panel_handle_dock_request (panel=0x511060,
win=value optimized out) at panel.c:861
#5  0x00405cfc in panel_main (panel=0x511060) at panel.c:1048
#6  0x0040724b in main (argc=1, argv=value optimized out) at
panel.c:2088



Bug#337632: matchbox-panel: exits at startup with floating point exception

2006-03-13 Thread Moray Allan
On Fri, 2006-01-20 at 22:17 +0100, Manolo Díaz wrote:
 Moray Allan wrote:
  Please can I check whether you still see this with the updated
  matchbox-panel version 0.9.2-3 ?
 
 Yes, but now is more verbose. Here you are:
 [...]

Thank you for the information.  Please could you also try with
matchbox-panel 0.9.3-1 and libmatchbox 1.8-1?

Yours,

-- 
Moray Allan
http://www.morayallan.com/



Bug#337632: matchbox-panel: exits at startup with floating point exception

2006-01-20 Thread Moray Allan
On Sat, 2005-11-05 at 13:57 +0100, Manolo Díaz wrote:
 Package: matchbox-panel
 Version: 0.9.2-1
 Severity: grave
 Justification: renders package unusable

 Error output: Floating point exception.

Please can I check whether you still see this with the updated
matchbox-panel version 0.9.2-3 ?

Thank you,

-- 
Moray Allan
http://www.morayallan.com/



Bug#337632: matchbox-panel: exits at startup with floating point exception

2006-01-20 Thread Manolo Díaz
Moray Allan wrote:
 On Sat, 2005-11-05 at 13:57 +0100, Manolo Díaz wrote:
 
Package: matchbox-panel
Version: 0.9.2-1
Severity: grave
Justification: renders package unusable
 
 
Error output: Floating point exception.
 
 
 Please can I check whether you still see this with the updated
 matchbox-panel version 0.9.2-3 ?
 
 Thank you,
 

Yes, but now is more verbose. Here you are:


[EMAIL PROTECTED]:~$ matchbox-panel
mbmenu: no _MB_THEME set on root window
mbpanel: Session file does not exist ( tryed
/home/yo/.matchbox/mbdock.session )mbmenu: no _MB_THEME set on root window
mb-applet-menu-launcher: bmon.desktop has no icon, png or name
mb-applet-menu-launcher: nxtvepg.desktop has no icon, png or name
mb-applet-menu-launcher: bmon.desktop has no icon, png or name
mb-applet-menu-launcher: nxtvepg.desktop has no icon, png or name
mb-applet-menu-launcher: failed to open /home/yo/.applications
Floating point exception
[EMAIL PROTECTED]:~$ X Error of failed request:  BadWindow (invalid Window 
parameter)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Resource id in failed request:  0xa4
  Serial number of failed request:  73
  Current serial number in output stream:  74



Regards,
Manolo Díaz




Bug#337632: [Fwd: Bug#337632: matchbox-panel: exits at startup with floating point exception]

2006-01-14 Thread Moray Allan
Hi,

There doesn't seem to be a matchbox-panel product in your bugzilla, or
I'd report this there.

Someone's complaining about matchbox-panel crashing on AMD64.  Do you
know what's going wrong / if this works for other people?


Thanks,

-- 
Moray
http://www.morayallan.com/
---BeginMessage---
Package: matchbox-panel
Version: 0.9.2-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages matchbox-panel depends on:
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libmatchbox1 1.7-2   shared library for Matchbox Projec
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  matchbox-common  0.9.1-1 common files for Matchbox Project 
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

Versions of packages matchbox-panel recommends:
ii  matchbox-panel-manager0.1-2  panel manager for matchbox-panel

-- no debconf information

Error output: Floating point exception.

---End Message---


Bug#337632: [Fwd: Bug#337632: matchbox-panel: exits at startup with floating point exception]

2006-01-14 Thread Matthew Allum
Chris has a AMD64 machine I think, I'll get him to take a look.

  -- Matthew

On Sat, 2006-01-14 at 19:17 +, Moray Allan wrote:
 Hi,
 
 There doesn't seem to be a matchbox-panel product in your bugzilla, or
 I'd report this there.
 
 Someone's complaining about matchbox-panel crashing on AMD64.  Do you
 know what's going wrong / if this works for other people?
 
 
 Thanks,
 
 email message attachment, Forwarded message - Bug#337632:
 matchbox-panel: exits at startup with floating point exception
   Forwarded Message 
  From: Manolo Díaz [EMAIL PROTECTED]
  Reply-To: Manolo Díaz [EMAIL PROTECTED],
  [EMAIL PROTECTED]
  To: Debian Bug Tracking System [EMAIL PROTECTED]
  Subject: Bug#337632: matchbox-panel: exits at startup with floating
  point exception
  Date: Sat, 05 Nov 2005 13:57:34 +0100
  
  Package: matchbox-panel
  Version: 0.9.2-1
  Severity: grave
  Justification: renders package unusable
  
  
  
  -- System Information:
  Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
  Architecture: amd64 (x86_64)
  Shell:  /bin/sh linked to /bin/bash
  Kernel: Linux 2.6.14
  Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
  
  Versions of packages matchbox-panel depends on:
  ii  libc62.3.5-7 GNU C Library: Shared 
  libraries an
  ii  libfontconfig1   2.3.2-1.1   generic font configuration 
  library
  ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared 
  lib
  ii  libjpeg626b-10   The Independent JPEG Group's 
  JPEG 
  ii  libmatchbox1 1.7-2   shared library for Matchbox 
  Projec
  ii  libpng12-0   1.2.8rel-5  PNG library - runtime
  ii  libstartup-notification0 0.8-1   library for program launch 
  feedbac
  ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol 
  client li
  ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous 
  exte
  ii  libxft2  2.1.7-1 FreeType-based font drawing 
  librar
  ii  libxrender1  1:0.9.0-2   X Rendering Extension client 
  libra
  ii  matchbox-common  0.9.1-1 common files for Matchbox 
  Project 
  ii  xlibs6.8.2.dfsg.1-10 X Window System client 
  libraries m
  ii  zlib1g   1:1.2.3-6   compression library - runtime
  
  Versions of packages matchbox-panel recommends:
  ii  matchbox-panel-manager0.1-2  panel manager for 
  matchbox-panel
  
  -- no debconf information
  
  Error output: Floating point exception.
  




Bug#337632: matchbox-panel: exits at startup with floating point exception

2005-11-05 Thread Manolo Díaz
Package: matchbox-panel
Version: 0.9.2-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages matchbox-panel depends on:
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libmatchbox1 1.7-2   shared library for Matchbox Projec
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  matchbox-common  0.9.1-1 common files for Matchbox Project 
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

Versions of packages matchbox-panel recommends:
ii  matchbox-panel-manager0.1-2  panel manager for matchbox-panel

-- no debconf information

Error output: Floating point exception.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]