Issue7106
Created on 2009-10-11 19:40 by bvn, last changed 2009-10-12 02:37 by bvn.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
python-bugreport.txt
|
bvn,
2009-10-11 19:40
|
python crash report |
|
|
|
msg93872 - (view) |
Author: Bruce vanNorman (bvn) |
Date: 2009-10-11 19:40 |
|
I don't know where this problem truly belongs, but Python did crash.
- I was trying to save my boa project when the event occurred.
- The software & versions are correctly identified in the "bugreport"
|
|
msg93876 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2009-10-11 21:23 |
|
It's a Boa Constructor bug. And technically Python didn't crash, it threw
an exception and that triggered Boa Constructor exit with a non-zero
status.
|
|
msg93886 - (view) |
Author: Bruce vanNorman (bvn) |
Date: 2009-10-12 02:37 |
|
Roger that, and thanks. I've just started learning Python this summer.
Before I retired I spent 20 years supporting & maintaining a rather
specialized programming language that was a component of something
called EIS (Boeing - Estimating Information System).
---
Scrounging the web, I've found many seeming unrelated, but identical
"line #425 of Help.py in boa package" nastygrams. So boa was suspect
from the beginning.
---
I think I'll poke into it, so I too, can make Python appear to crash:-)
Maybe I'll fix boa by accident? Thanks for the knowledge.
--- so much to learn, so little time - TTFN
Brett Cannon wrote:
> Brett Cannon <brett@python.org> added the comment:
>
> It's a Boa Constructor bug. And technically Python didn't crash, it threw
> an exception and that triggered Boa Constructor exit with a non-zero
> status.
>
> ----------
> nosy: +brett.cannon
> resolution: -> invalid
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue7106>
> _______________________________________
>
|
|
| Date |
User |
Action |
Args |
| 2009-10-12 02:37:53 | bvn | set | messages:
+ msg93886 title: Python crashed in the middle of an argument between wx and boa_constructor -> Python crashed in the middle of an argument between wx and boa_constructor |
| 2009-10-11 21:23:53 | brett.cannon | set | status: open -> closed
nosy:
+ brett.cannon messages:
+ msg93876
resolution: invalid |
| 2009-10-11 19:40:51 | bvn | create | |
|