Bug#478017: [Python-apps-team] Bug#478017: mayavi2 crashes instantly on startup

2008-04-27 Thread abli
On Sun, Apr 27, 2008 at 10:42:15AM +0530, Varun Hiremath wrote:
 I can't reproduce this bug. Could you please try upgrading to mayavi2
 2.1.1-2+b1. Many packages were recently rebuilt against Python 2.5 as
 the default Python version in unstable has been switched to 2.5.
 
 This problem could be related, so please try upgrading mayavi2 and its
 dependencies to the latest versions in unstable.
I did so, but now I get:

[EMAIL PROTECTED]:0:~$ mayavi2
Gtk-Message: Failed to load module gnomebreakpad: libgnomebreakpad.so: cannot 
open shared object file: No such file or directory
Segmentation fault
[EMAIL PROTECTED]:139:~$

And the gui window of mayavi2 flashes on the screen (it is shown for a
fraction of a second and then disappears again).
Now I have:
[EMAIL PROTECTED]:0:~$ dpkg -l mayavi2 | grep mayavi
ii  mayavi2   2.1.1-2+b1 A 
scientific visualization package for 2-D and 3-D data

and:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mayavi2 depends on:
ii  libc62.7-10  GNU C Library: Shared libraries
ii  python   2.5.2-1 An interactive high-level object-o
ii  python-central   0.6.5   register and build utility for Pyt
ii  python-enthought-traits  2.0.4-2 Manifest typing and reactive progr
ii  python-enthought-traits-ui   2.0.4-2 User interface related modules for
ii  python-numpy 1:1.0.4-7   Numerical Python adds a fast array
ii  python-pkg-resources 0.6c8-3 Package Discovery and Resource Acc
ii  python-vtk   5.0.4-1+b1  Python bindings for VTK
ii  python-wxgtk2.6  2.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t
ii  python2.52.5.2-3 An interactive high-level object-o

mayavi2 recommends no packages.

-- no debconf information

Any ideas?
Daniel Abel
[EMAIL PROTECTED]



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



Bug#478017: [Python-apps-team] Bug#478017: mayavi2 crashes instantly on startup

2008-04-27 Thread Abel Daniel
On Sun, Apr 27, 2008 at 10:42:15AM +0530, Varun Hiremath wrote:
 This problem could be related, so please try upgrading mayavi2 and its
 dependencies to the latest versions in unstable.

I also tried installing python-dbg from unstable, and running mayavi2
with that. This is what I got:
[EMAIL PROTECTED]:0:~$ which mayavi2
/usr/bin/mayavi2
[EMAIL PROTECTED]:0:~$ python-dbg /usr/bin/mayavi2
Traceback (most recent call last):
  File /usr/bin/mayavi2, line 3, in module
from enthought.mayavi.scripts import mayavi2
  File /usr/lib/python2.5/site-packages/enthought/mayavi/scripts/mayavi2.py, 
line 406, in module
from enthought.mayavi.app import Mayavi
  File /usr/lib/python2.5/site-packages/enthought/mayavi/app.py, line 11, in 
module
from enthought.envisage import _set_using_workbench
  File /usr/lib/python2.5/site-packages/enthought/envisage/__init__.py, line 
7, in module
from core.application import Application
  File 
/usr/lib/python2.5/site-packages/enthought/envisage/core/application.py, line 
13, in module
from enthought.traits.api import Any, Bool, Event, HasTraits, Instance, List
  File /usr/lib/python2.5/site-packages/enthought/traits/api.py, line 26, in 
module
from trait_base \
  File /usr/lib/python2.5/site-packages/enthought/traits/trait_base.py, line 
93, in module
import ctraits
ImportError: /usr/lib/python2.5/site-packages/enthought/traits/ctraits.so: 
undefined symbol: Py_InitModule4_64
[20435 refs]
[EMAIL PROTECTED]:1:~$ python -c import enthought.traits.ctraits as m; print 
m.__file__
/usr/lib/python2.5/site-packages/enthought/traits/ctraits.so
[EMAIL PROTECTED]:0:~$ python-dbg -c import enthought.traits.ctraits as m; 
print m.__file__
Traceback (most recent call last):
  File string, line 1, in module
ImportError: /usr/lib/python2.5/site-packages/enthought/traits/ctraits.so: 
undefined symbol: Py_InitModule4_64
[7404 refs]
[EMAIL PROTECTED]:1:~$ 

I don't know whether this cases the segfault when running mayavi2, but
it might be related. (It is quite strange that 'python' can import
that module while 'python-dbg' can't.) I am using the amd64 build of
lenny, are you trying to reproduce this bug on a 32 bit or 64 bit
machine?

Thanks in advance,
Daniel Abel
[EMAIL PROTECTED]



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



Bug#478017: [Python-apps-team] Bug#478017: mayavi2 crashes instantly on startup

2008-04-26 Thread Varun Hiremath
tags 478017 unreproducible
thanks

Hi,

On Sat, 26 Apr, 2008 at 12:14:40PM +0200, [EMAIL PROTECTED] wrote:
 Package: mayavi2
 Version: 2.1.1-2
 Severity: grave
 Justification: renders package unusable
 
 A few days ago mayavi2 worked fine. Now, however, running 
 $ mayavi2
 crashes instantly: the gui window appears, but right after
 that gnome's bug buddy appears. The not-too-informative 
 crash output is attached.
 
 This might be related to the fact that I upgraded
 (with 'aptitude safe-upgrade') recently.

I can't reproduce this bug. Could you please try upgrading to mayavi2
2.1.1-2+b1. Many packages were recently rebuilt against Python 2.5 as
the default Python version in unstable has been switched to 2.5.

This problem could be related, so please try upgrading mayavi2 and its
dependencies to the latest versions in unstable.

Thanks,
Varun

-- 
Varun Hiremath
Undergraduate Student,
Aerospace Engineering Department,
Indian Institute of Technology Madras,
Chennai, India
-
Homepage: http://varun.travisbsd.org



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