#96 closed defect (wontfix)
Running Python while VRXEDIT.EXE is running causes hang
Reported by: | Alex Taylor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | python | Version: | |
Severity: | highest | Keywords: | |
Cc: | lgrosenthal@…, herwigb |
Description
Any time the Python interpreter is run while the VX-REXX Designer (VRXEDIT) is open, the Workplace Shell locks up and becomes completely unresponsive.
The only way out is to either reboot, or to use a utility like CAD-Handler in conjunction with XF86SUP.SYS to issue a SIGKILL to force-kill either python.exe or vrxedit.exe; this latter option does not always work.
This problem is 100% reproducible for me on multiple systems.
On rare occasions I have seen what I suspect is a similar hang with other programs (not simply VRXEDIT) but these are not consistently reproducible. In any case I suggest that this be taken as a general Python problem and not a VX-REXX specific one.
(In case it is relevant, I would note that VX-REXX makes heavy use of SOM. I have also occasionally seen a similar hang with Python while running Lucide, which is also SOM-based; might this be a possible clue?)
Attachments (1)
Change History (9)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Cc: | added |
---|
comment:3 by , 8 years ago
Cc: | added |
---|---|
Severity: | → highest |
comment:4 by , 8 years ago
What VAL setting do you have in config.sys? As we discovered lately that all settings higher than 2048 cause several issues. We believe it's a kernel or libc defect.
comment:5 by , 8 years ago
On all my systems VAL is either 1536 or 1024. (1024 on my main development system.)
comment:6 by , 8 years ago
try to use 1536 or 2048 and see it it's better. Most of our dev use 2048 and we don't see this issues. When we set it higher we see it. So it's likely it's there also when the setting is to small.
comment:7 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
no feedback from the reporter, so closing it.
As a sidenote: we think this is a out of memory situation with VXREXX using a lot lower shared mem.
comment:8 by , 6 years ago
Sorry for the lack of updates. I did change to 1536 without any discernable change in this behaviour.
I do consider this a very serious problem because it makes it completely impossible to interactively debug ANPM, for example. However I understand that it's difficult to diagnose. Is it possible to switch this ticket to a long-term monitoring status rather than closing it outright?
TO REPRODUCE: