Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Spyder 2.2.0dev occosionally crashes during launch
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  20 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Uwe Fechner  
View profile  
 More options Nov 14 2012, 3:19 am
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Wed, 14 Nov 2012 09:18:59 +0100
Local: Wed, Nov 14 2012 3:18 am
Subject: Spyder 2.2.0dev occosionally crashes during launch
Hello,

I just started to use the hg version of spyder.

I really like the support for nicely rendered formulas and integrated
matplotlib graphics in the ipython console !

Somtimes (20% to 50%) though it crashes during launch.

Did anybody else see this, too?

I am using Ubuntu 12.04, 32 bit.

I tried to follow the instruction on:
http://code.google.com/p/spyderlib/wiki/HowToDebugQtCrash

but did not get any useful information yet.

Regards:

Uwe Fechner


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trémouilles David  
View profile  
 More options Nov 14 2012, 5:21 am
From: Trémouilles David <david.t...@gmail.com>
Date: Wed, 14 Nov 2012 11:21:05 +0100
Local: Wed, Nov 14 2012 5:21 am
Subject: Re: [spyder] Spyder 2.2.0dev occosionally crashes during launch
Hello,

I do have annoying crashes when using the
"project explorer". As soon as I removed it
from the window spyder start without any issue...

Regards,

David

Le 14/11/12 09:18, Uwe Fechner a crit :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Córdoba  
View profile  
 More options Nov 14 2012, 1:07 pm
From: Carlos Córdoba <ccordob...@gmail.com>
Date: Wed, 14 Nov 2012 13:07:14 -0500
Local: Wed, Nov 14 2012 1:07 pm
Subject: Re: [spyder] Spyder 2.2.0dev occosionally crashes during launch
Hi Uwe,

20 to 50% of the time is a lot of time! I'm using Kubuntu 12.04 and
Spyder is working without any problem.

I have a couple of questions to you to understand what's happening:

1. How did you install our dev branch? Did you remove 2.1 before
installing 2.2dev?

2. How are you starting Spyder? If you are not using a terminal, please
open one and start Spyder from it with the command:

spyder

If it crashes, then take a look at it to see if there are any messages
printed during the startup process which can help us to debug this problem.

Cheers,
Carlos

El 14/11/12 03:18, Uwe Fechner escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Córdoba  
View profile  
 More options Nov 14 2012, 1:10 pm
From: Carlos Córdoba <ccordob...@gmail.com>
Date: Wed, 14 Nov 2012 13:10:08 -0500
Local: Wed, Nov 14 2012 1:10 pm
Subject: Re: [spyder] Spyder 2.2.0dev occosionally crashes during launch
Hi David,

Which version of Spyder are you using?

Could you try starting Spyder from a terminal after activating the
project explorer and closing Spyder, to see which messages are printed
to it?

Thanks for your help,
Carlos

El 14/11/12 05:21, Trémouilles David escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Nov 14 2012, 2:31 pm
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Wed, 14 Nov 2012 20:31:41 +0100
Local: Wed, Nov 14 2012 2:31 pm
Subject: Re: [spyder] Spyder 2.2.0dev occosionally crashes during launch
Hello,

some more results investigating this bug:

1. My system:
Ubuntu 12.04, 32 bit, using cinnamon 1.66 GUI, quad core, Intel integrated graphics, SSD
(actually the same problem on an older computer that also has Ubuntu 12.04)

2. Removed old spyder installation:
a) sudo apt-get remove spyder
b) sudo rm -r /usr/share/pyshared/spyderlib
c) sudo rm /usr/local/lib/python2.7/dist-packages/spyder-2.1.11-py2.7.egg

3. Installed with hg:
cd ~/00Software
mkdir spyder-2.2
cd spyder-2.2
hg clone https://code.google.com/p/spyderlib/
sudo apt-get install python-qt4
sudo apt-get install python-pip
sudo easy_install -U sphinx
sudo easy_install -U ipython
sudo easy_install vcs

4. Launch it:
cd ~/00Software/spyder-2.2/spyderlib
python boostrap.py --GUI=pyqt

Normal output:
ufechner@uwe-ssd:~/00Software/spyder-2.2/spyderlib$ python bootstrap.py --gui=pyqt
Executing Spyder from source checkout
Revision 6962a4a24446+:2369+, Branch: default
01. Patched sys.path with /home/ufechner/00Software/spyder-2.2/spyderlib
02. Skipping GUI toolkit detection
03. Imported Spyder 2.2.0dev (Qt 4.8.1 via PyQt4 (API v2) 4.9.1)
0x. Enforcing parent console (Windows only)
04. Executing spyder.main()

Closed Spyder manually.

After doing this 8 times it crashes:
ufechner@uwe-ssd:~/00Software/spyder-2.2/spyderlib$ python bootstrap.py --gui=pyqt
Executing Spyder from source checkout
Revision 6962a4a24446+:2369+, Branch: default
01. Patched sys.path with /home/ufechner/00Software/spyder-2.2/spyderlib
02. Skipping GUI toolkit detection
03. Imported Spyder 2.2.0dev (Qt 4.8.1 via PyQt4 (API v2) 4.9.1)
0x. Enforcing parent console (Windows only)
04. Executing spyder.main()
Speicherzugriffsfehler (Speicherabzug geschrieben)

Closed project explorer.

Restarted spyder 30 times. No crash during launch.

So the crashes seam to be related to the project explorer.
I have four projects in the project explorer.

Once it crashed when enabling the project explorer in the View->Windows and toolbars menu.

Best regards:

Uwe Fechner

Am 14.11.2012 19:07, schrieb Carlos C rdoba:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Michelsen  
View profile  
 More options Nov 14 2012, 4:28 pm
From: Tim Michelsen <timmichel...@gmx-topmail.de>
Date: Wed, 14 Nov 2012 22:29:24 +0100
Local: Wed, Nov 14 2012 4:29 pm
Subject: Re: Spyder 2.2.0dev occosionally crashes during launch

> 3. Installed with hg:
> cd ~/00Software
> mkdir spyder-2.2
> cd spyder-2.2
> hg clone https://code.google.com/p/spyderlib/
> sudo apt-get install python-qt4
> sudo apt-get install python-pip
> sudo easy_install -U sphinx
> sudo easy_install -U ipython
> sudo easy_install vcs

does it work if you use the package from
https://launchpad.net/~pythonxy/+archive/pythonxy-devel/+packages

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile   Translate to Translated (View Original)
 More options Nov 14 2012, 5:04 pm
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Wed, 14 Nov 2012 23:04:46 +0100
Local: Wed, Nov 14 2012 5:04 pm
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Hi,

these packages do not work at all.

I cannot install and cannot remove them:

Trying to install results in:

sudo dpkg -i python-spyderlib_2.2.0~ppa4~revno-1901~precise1_all.deb
[sudo] password for ufechner:
(Lese Datenbank ... 519068 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Ersetzen von python-spyderlib 2.2.0~ppa4~revno-1901~precise1 (durch
python-spyderlib_2.2.0~ppa4~revno-1901~precise1_all.deb) ...
Ersatz f r python-spyderlib wird entpackt ...
python-spyderlib (2.2.0~ppa4~revno-1901~precise1) wird eingerichtet ...
Trigger f r hicolor-icon-theme werden verarbeitet ...
Trigger f r doc-base werden verarbeitet ...
1 doc-base-Datei ver ndert wird verarbeitet
Fehler in /usr/share/doc-base/python-spyderlib-manual , Zeile 12: Alle Format -Abschnitte sind
ung ltig..
install-docs --verbose --check file_name k nnte weitere Einzelheiten zum oben aufgef hrten Fehler
liefern.
Dokumente werden mit scrollkeeper registriert...
ufechner@uwe-ssd:~/Downloads$

Trying to uninstall results in:

ufechner@uwe-ssd:~/Downloads$ sudo dpkg -r python-spyderlib_2.2.0~ppa4~revno-1901~precise1_all.deb
dpkg: Fehler: package name in specifier 'python-spyderlib_2.2.0~ppa4~revno-1901~precise1_all.deb' is
illegal: Zeichen ~ nicht erlaubt (nur Buchstaben, Ziffern und die Zeichen -+._ )
ufechner@uwe-ssd:~/Downloads$

Best regards:

Uwe Fechner

Am 14.11.2012 22:29, schrieb Tim Michelsen:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trémouilles David  
View profile  
 More options Nov 15 2012, 2:35 am
From: Trémouilles David <david.t...@gmail.com>
Date: Thu, 15 Nov 2012 08:35:21 +0100
Local: Thurs, Nov 15 2012 2:35 am
Subject: Re: [spyder] Spyder 2.2.0dev occosionally crashes during launch
Hi Carlos,

I'm on MacOSx:

Spyder Version:  2.2.0dev
changeset:   2369:6962a4a24446
tag:         tip
user:        Pierre Raybaut <pierre.rayb...@gmail.com>
date:        Fri Nov 09 22:03:23 2012 +0100

Python Version:  2.7.3
Qt Version:      4.8.3, PyQt4 (API v2) 4.9.5 on Darwin

Here is what I get on a terminal when launching spyder
with the project explorer "active":

~ $ spyder --debug
Start of MainWindow constructor
Initialisation...
End of MainWindow constructor
*** Start of MainWindow setup ***
Chargement de l'inspecteur d'objet...
Chargement de l'explorateur de structure...
Chargement de l' diteur...
Chargement de l'explorateur de fichiers...
Chargement du journal d'historique...
Chargement de l'aide en ligne...
Chargement de l'explorateur de projet...
Chargement de la console externe...
Chargement de la console IPython...
Chargement de l'explorateur d'espace de noms...
Configuration de la fen tre principale...
Setting up window...
*** End of MainWindow setup ***
Segmentation fault: 11

Let me know if I could test anything else for you.

Regards,

David

Le 14/11/12 19:10, Carlos C rdoba a crit :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Michelsen  
View profile  
 More options Nov 15 2012, 4:05 pm
From: Tim Michelsen <timmichel...@gmx-topmail.de>
Date: Thu, 15 Nov 2012 22:06:09 +0100
Local: Thurs, Nov 15 2012 4:06 pm
Subject: Re: Spyder 2.2.0dev occosionally crashes during launch
> these packages do not work at all.

they do on my 12.10 Ubuntu.

> I cannot install and cannot remove them:

could you please try using the PPA through synaptic?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ufechner  
View profile  
 More options Nov 15 2012, 4:17 pm
From: ufechner <uwe.fechner....@gmail.com>
Date: Thu, 15 Nov 2012 13:17:43 -0800 (PST)
Local: Thurs, Nov 15 2012 4:17 pm
Subject: Re: Spyder 2.2.0dev occosionally crashes during launch

Hi Timmi,

on the link that you posted there is no ppa.

If I look at any other ppa webpage like this one for example:
https://launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable

There is in bold the name of the ppa mentioned, in this example:
"
You can update your system with unsupported packages from this untrusted
PPA by adding *ppa:gwendal-lebihan-dev/cinnamon-stable* to your system's
Software Sources. (Read about installing<https://launchpad.net/+help-soyuz/ppa-sources-list.html>)

"

This information is missing on the webpage with your ppa.
Therefore I cannot know how to install it from a repository.

Best regards:

Uwe Fechner


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Michelsen  
View profile  
 More options Nov 15 2012, 4:24 pm
From: Tim Michelsen <timmichel...@gmx-topmail.de>
Date: Thu, 15 Nov 2012 22:24:56 +0100
Local: Thurs, Nov 15 2012 4:24 pm
Subject: Re: Spyder 2.2.0dev occosionally crashes during launch
> on the link that you posted there is no ppa.

just be a bit creative and use:
https://launchpad.net/~pythonxy/+archive/pythonxy-devel/

Maybe you wanna take a look Y-PPA manager...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Nov 16 2012, 3:14 am
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Fri, 16 Nov 2012 09:14:49 +0100
Local: Fri, Nov 16 2012 3:14 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Hello,

I was able to reproduce the bug on a freshly installed Ubuntu 12.04 in a virtual machine.

I had ipython 0.13.1 installed and I had spyder configured to open an ipython console during
start.

I was able to get a stack trace:

https://dl.dropbox.com/u/9075004/ScreenshotError.png
https://dl.dropbox.com/u/9075004/ScreenshotStacktrace.png

Any other suggestions what I should try to find the cause of the problem?

Best regards:

Uwe Fechner

Am 15.11.2012 22:24, schrieb Tim Michelsen:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
timmichel...@gmx-topmail.de  
View profile  
 More options Nov 16 2012, 4:59 am
From: timmichel...@gmx-topmail.de
Date: Fri, 16 Nov 2012 10:58:56 +0100
Local: Fri, Nov 16 2012 4:58 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
To me it appears to be a problem with the QT basis.

> Any other suggestions what I should try to find the cause of the problem?

you could try to start spyder with the debug option?

@rest of the list:
anyone else experiences this problem with the package from the PPA?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Nov 19 2012, 3:21 am
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Mon, 19 Nov 2012 09:21:18 +0100
Local: Mon, Nov 19 2012 3:21 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Am 16.11.2012 10:58, schrieb timmichel...@gmx-topmail.de:
> To me it appears to be a problem with the QT basis.

>> Any other suggestions what I should try to find the cause of the problem?
> you could try to start spyder with the debug option?

> @rest of the list:
> anyone else experiences this problem with the package from the PPA?

Hi,
when starting with the debug option I get one error shown (sometimes, when closing
the program) which might be related or not:

ufechner@uwe-vbox:~$ spyder --debug
Start of MainWindow constructor
Initializing...
End of MainWindow constructor
*** Start of MainWindow setup ***
Loading object inspector...
Loading outline explorer...
Loading editor...
Loading file explorer...
Loading history plugin...
Loading online help...
Loading project explorer...
Loading external console...
Loading IPython console...
Loading namespace browser...
Setting up main window...
Setting up window...
*** End of MainWindow setup ***
QSortFilterProxyModel: index from wrong model passed to mapFromSource
QSortFilterProxyModel: index from wrong model passed to mapFromSource
QSortFilterProxyModel: index from wrong model passed to mapFromSource
ufechner@uwe-vbox:~$ spyder --debug
Start of MainWindow constructor
Initializing...
End of MainWindow constructor
*** Start of MainWindow setup ***
Loading object inspector...
Loading outline explorer...
Loading editor...
Loading file explorer...
Loading history plugin...
Loading online help...
Loading project explorer...
Loading external console...
Loading IPython console...
Loading namespace browser...
Setting up main window...
Setting up window...
*** End of MainWindow setup ***
Speicherzugriffsfehler (Speicherabzug geschrieben)
ufechner@uwe-vbox:~$

Best regards:

Uwe Fechner


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
timmichel...@gmx-topmail.de  
View profile  
 More options Nov 19 2012, 4:00 am
From: timmichel...@gmx-topmail.de
Date: Mon, 19 Nov 2012 10:00:29 +0100
Local: Mon, Nov 19 2012 4:00 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
> when starting with the debug option I get one error shown (sometimes, when
> closing
> the program) which might be related or not:

I do not see this nor do I personally understand the messages.
So the others may need to help.

But I would still suspect that things are with the QT libs.

Sorry.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Nov 19 2012, 5:02 pm
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Mon, 19 Nov 2012 23:02:43 +0100
Local: Mon, Nov 19 2012 5:02 pm
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Am 19.11.2012 10:00, schrieb timmichel...@gmx-topmail.de:
>> when starting with the debug option I get one error shown (sometimes, when
>> closing
>> the program) which might be related or not:
> I do not see this nor do I personally understand the messages.
> So the others may need to help.

> But I would still suspect that things are with the QT libs.

> Sorry.

Hello,

I did some more testing.

The bug appears only under the following conditions:
1. The window "Project explorer" is shown when closing Spyder.
2. There are at least two projects shown in the "Project explorer".
3. At least one of the projects must be open and must contain at
    least one file when closing Spyder.

Exactly under these conditions the bug appears.

If I close the projects (the tree view) so that none of the containing
files is shown in the "Project explorer" when closing Spyder than
no crash occurs. Otherwise it crashes on every second launch.

It doesn't matter how many files are open in the editor.

Best regards:

Uwe Fechner


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Córdoba  
View profile  
 More options Nov 21 2012, 11:22 am
From: Carlos Córdoba <ccordob...@gmail.com>
Date: Wed, 21 Nov 2012 11:22:39 -0500
Local: Wed, Nov 21 2012 11:22 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Thanks Uwe for finding the real source of the problem. It's really
helpful for us.

Unfortunately I couldn't reproduce the problem following the
instructions you gave to us, although I'm using Kubuntu and you are in
Ubuntu, which could be an important difference. I have a virtual machine
with Ubuntu 12.04 so I'll try to check it out later there.

In any case, I agree with Tim that this seems more of a Qt problem than
a problem with our code, so we probably can't fix it.

Cheers,
Carlos

El 19/11/12 17:02, Uwe Fechner escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Nov 21 2012, 1:55 pm
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Wed, 21 Nov 2012 19:55:53 +0100
Local: Wed, Nov 21 2012 1:55 pm
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch

Hello,

this could also be a bug in Spyder. Citation:
"

The passive nature of models provides new challenges for programmers.
Inconsistencies in the model can cause the application to crash.

Since the model is hit by numerous calls from the view, it is
hard to find out which call has crashed the application and which
operation has introduced the problem.

"

I think it could be worth to run the model that is implemented
for the treeview of the project explorer with ModelTest for
Python, see:
http://code.google.com/p/modeltest-pyside/

But I am happy with the workaround (close all open projects
before closing spyder) for now.

Some more details:

3.5 Debugging with ModelTest

The passive nature of models provides new challenges for programmers.
Inconsistencies in the model can cause the application to crash.

Since the model is hit by numerous calls from the view, it is
hard to find out which call has crashed the application and which
operation has introduced the problem.

Qt Labs provides software called ModelTest, which checks models
while your programming is running. Every time the model is changed,
ModelTest scans the model and reports errors with an assert.
This is especially important for tree models, since their hierarchical
nature leaves many possibilities for subtle inconsistencies.

http://benjamin-meyer.blogspot.nl/2007/02/qt-qabstractitemmodel-model...

Complete backtrace:

(gdb) bt
#0  0xb5ad99c2 in QSortFilterProxyModel::parent(QModelIndex const&) const ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#1  0xb6040b31 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#2  0xb5a8c4d5 in QTreeView::indexRowSizeHint(QModelIndex const&) const ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#3  0xb5a90757 in QTreeViewPrivate::itemHeight(int) const ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#4  0xb5a90a2b in QTreeViewPrivate::updateScrollBars() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#5  0xb5a90d58 in QTreeView::updateGeometries() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#6  0xb5f600b8 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#7  0xb5a42705 in QAbstractItemView::resizeEvent(QResizeEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#8  0xb5f80d3c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#9  0xb54f018e in QWidget::event(QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#10 0xb590de55 in QFrame::event(QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#11 0xb59a0ab1 in QAbstractScrollArea::viewportEvent(QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#12 0xb5a46acc in QAbstractItemView::viewportEvent(QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#13 0xb5a94b66 in QTreeView::viewportEvent(QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#14 0xb5f8aeea in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#15 0xb59a31d6 in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#16 0xb6890b16 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#17 0xb5495ea2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#18 0xb549b3a2 in QApplication::notify(QObject*, QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#19 0xb620c975 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#20 0xb689097e in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
    from /usr/lib/i386-linux-gnu/libQtCore.so.4
#21 0xb54ea697 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#22 0xb54f3158 in QWidgetPrivate::show_helper() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#23 0xb54f35c1 in QWidget::setVisible(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#24 0xb54f30e8 in QWidgetPrivate::showChildren(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#25 0xb54f3180 in QWidgetPrivate::show_helper() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#26 0xb54f35c1 in QWidget::setVisible(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#27 0xb5f809ba in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#28 0xb54f30e8 in QWidgetPrivate::showChildren(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#29 0xb54f3180 in QWidgetPrivate::show_helper() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#30 0xb54f2f64 in QWidgetPrivate::show_recursive() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#31 0xb54f3069 in QWidgetPrivate::showChildren(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#32 0xb54f3180 in QWidgetPrivate::show_helper() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#33 0xb54f2f64 in QWidgetPrivate::show_recursive() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#34 0xb54f3069 in QWidgetPrivate::showChildren(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#35 0xb54f3180 in QWidgetPrivate::show_helper() ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#36 0xb54f35c1 in QWidget::setVisible(bool) ()
    from /usr/lib/i386-linux-gnu/libQtGui.so.4
#37 0xb60bdea6 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#38 0xb61aa6ae in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#39 0x081949c1 in PyEval_EvalFrameEx ()
#40 0x08194eec in PyEval_EvalFrameEx ()
#41 0x08194eec in PyEval_EvalFrameEx ()
#42 0x0819af70 in PyEval_EvalCodeEx ()
#43 0x0819b8a1 in PyRun_FileExFlags ()
#44 0x080a8bda in PyRun_SimpleFileExFlags ()
#45 0x080a9949 in Py_Main ()
#46 0x0805ea5b in main ()
(gdb)

(gdb) info threads
   Id   Target Id         Frame
   14   Thread 0xae08db40 (LWP 28884) 0xb7764424 in __kernel_vsyscall ()
   13   Thread 0xae88eb40 (LWP 28883) 0xb7764424 in __kernel_vsyscall ()
   12   Thread 0xa5f2cb40 (LWP 28891) 0xb7764424 in __kernel_vsyscall ()
   11   Thread 0xa672db40 (LWP 28890) 0xb7764424 in __kernel_vsyscall ()
   10   Thread 0x9d3eeb40 (LWP 28909) 0xb7764424 in __kernel_vsyscall ()
   9    Thread 0x9e988b40 (LWP 28893) 0xb7764424 in __kernel_vsyscall ()
   8    Thread 0x9b1ffb40 (LWP 28914) 0xb7764424 in __kernel_vsyscall ()
   7    Thread 0x9bbfeb40 (LWP 28913) 0xb7764424 in __kernel_vsyscall ()
   6    Thread 0x9f2a9b40 (LWP 28892) 0xb7764424 in __kernel_vsyscall ()
   5    Thread 0x9c3ffb40 (LWP 28912) 0xb7764424 in __kernel_vsyscall ()
   4    Thread 0x9dbefb40 (LWP 28908) 0xb7764424 in __kernel_vsyscall ()
   3    Thread 0xa988eb40 (LWP 28889) 0xb7764424 in __kernel_vsyscall ()
   2    Thread 0xb088ab40 (LWP 28882) 0xb7764424 in __kernel_vsyscall ()
* 1    Thread 0xb730bb00 (LWP 28881) 0xb5ad99c2 in QSortFilterProxyModel::parent(QModelIndex const&) const () from /usr/lib/i386-linux-gnu/libQtGui.so.4
(gdb)

Best regards:

Uwe Fechner

Am 21.11.2012 17:22, schrieb Carlos C�rdoba:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pierre Raybaut  
View profile  
 More options Jan 2, 4:05 pm
From: Pierre Raybaut <pierre.rayb...@gmail.com>
Date: Wed, 2 Jan 2013 22:05:31 +0100
Local: Wed, Jan 2 2013 4:05 pm
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
This bug should be fixed by this revision:
http://code.google.com/p/spyderlib/source/detail?r=8d6d603d1f316f177f...

Cheers,
-Pierre

2012/11/21 Uwe Fechner <uwe.fechner....@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Uwe Fechner  
View profile  
 More options Jan 5, 8:12 am
From: Uwe Fechner <uwe.fechner....@gmail.com>
Date: Sat, 05 Jan 2013 14:12:25 +0100
Local: Sat, Jan 5 2013 8:12 am
Subject: Re: [spyder] Re: Spyder 2.2.0dev occosionally crashes during launch
Hello,

I tested the newest revision and the bug was NOT fixed.

I than changed the time delay in line 691 of explorer.py from 50ms to 200ms.

No the bug seams to be fixed.

Thank's for the good work!

Best regards:

Uwe Fechner

Am 02.01.2013 22:05, schrieb Pierre Raybaut:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »