Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output shows error with porcessor-intensive applications #1474

Closed
spyder-bot opened this issue Feb 17, 2015 · 1 comment
Closed

output shows error with porcessor-intensive applications #1474

spyder-bot opened this issue Feb 17, 2015 · 1 comment

Comments

@spyder-bot
Copy link
Collaborator

From jon.bra...@gmail.com on 2013-07-02T16:26:53Z

Spyder Version: 2.1.10
Python Version: 2.7.3rc2
Qt Version: 4.8.2, PyQt4 (API v1) 4.9.3 on Linux

What steps will reproduce the problem?

  1. enter the code:
    for x in range(200):
    for y in range(10000):
    for z in range(1000):
    a=x_y_z
    print x What is the expected output? What do you see instead? The output shows:
    96
    97
    Exception in thread Thread-1:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
    File "/usr/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/monitor.py", line 588, in run
    already_pickled=True)
    File "/usr/lib/python2.7/dist-packages/spyderlib/utils/bsdsocket.py", line 24, in write_packet
    sock.send(struct.pack("l", len(sent_data)) + sent_data)
    error: [Errno 32] Broken pipe

98
99

Please provide any additional information below

. The error occurs in different places every time. This does not seem to affect the running program in any way -- it's just ugly.

Thanks for all your great work!

Attachment: spyder.png

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1474

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-07-04T10:32:49Z

We worked hard to fix this problem in our 2.2 version, so you really need to update Spyder.

Status: Duplicate
Mergedinto: 1106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant