473,473 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

error return without exception set

Hi,

Can anyone suggest a likely cause for the following exception...

Exception exceptions.SystemError: 'error return without exception set'
in <generator object at 0x0345CF30ignored

Thanks

Will McGugan
Jul 3 '07 #1
3 14760
Will McGugan wrote:
Can anyone suggest a likely cause for the following exception...

Exception exceptions.SystemError: 'error return without exception set'
in <generator object at 0x0345CF30ignored
The "Exception ... ignored" part is probably caused by an exception in a
finally block during garbage collection:
>>def f():
.... try:
.... yield 42
.... finally:
.... 1/0
....
>>g = f()
g.next()
42
>>del g
Exception exceptions.ZeroDivisionError: 'integer division or modulo by zero'
in <generator object at 0x401d2fecignored

The "error return without exception set" part looks like a failed
consistency check in ceval.c -- perhaps caused by a broken extension
written in C.

But you'd have to give some more context.

Peter
Jul 3 '07 #2
Peter Otten wrote:
>
The "error return without exception set" part looks like a failed
consistency check in ceval.c -- perhaps caused by a broken extension
written in C.

But you'd have to give some more context.
Thanks for the explanation. It happens when I'm debugging a wxWidgets
application with Komodo, but I can't trap it. I'm guessing it must be a
Komodo issue, because I dont get it if I run it without the debugger.

Will
Jul 3 '07 #3
Will McGugan wrote:
Thanks for the explanation. It happens when I'm debugging a wxWidgets
application with Komodo, but I can't trap it. I'm guessing it must be a
Komodo issue, because I dont get it if I run it without the debugger.
The error happens in PyDev for Eclipse also -- only while debugging.

It happens with or without wxWidgets; I've always assumed it's a pydev
issue.
Jul 4 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: clare_5342 | last post by:
Has anyone run into this situation and could possibly help me out? I am running on w2k vf mssql Description: Error: Script Engine Exception. A ScriptEngine threw expectio 'C0000005' in...
6
by: Matt Bostock | last post by:
Hi, When I validate this page: http://www.drfunkenstein.net/using http://jigsaw.w3.org/css-validator/, I get the following results: ...
1
by: Sammy | last post by:
Can anyone please explain me the cause and resolution of this error. TIA Sammy Server Error in '/' Application. The device is not ready. Description: An unhandled exception occurred during...
2
by: ankur seth via DotNetMonster.com | last post by:
Getting error Null Reference exception when a procedure is called in vb.net ..Why does it occur and how to resolve it. --- ANkur -- Message posted via http://www.dotnetmonster.com
6
by: Si | last post by:
I get the following error from the code below: Error Type: (0x80020009) Exception occurred. /diary.asp, line 53 The specific part that causes the exception is when I try to access...
1
by: morrisqueto | last post by:
Hello, One of my websites just started sending a new rare error. The site has been working for almost 2 years without trouble, but today morning started giving away this error in all my views. ...
2
by: cloudy | last post by:
First at all, i'm sorry, i not good in writing english. i want to retrieve a string from my applet via Javascript. I use a method named ReadAll. public String ReadAll(String StrOut, String...
1
by: anu29dolly | last post by:
error:return makes integer from pointer without a cast.. following is my code ..plz help to track the bug ......... #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include...
6
anoble1
by: anoble1 | last post by:
When I click and open my database I get the following error: "The expression On Load you entered as the event property setting produced the following error: Return without GoSub." I click OK, ...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.