[Python-bugs-list] [ python-Bugs-598160 ] import _tkinter python dumps core.

noreply@sourceforge.net noreply@sourceforge.net
Tue, 03 Sep 2002 12:31:52 -0700


Bugs item #598160, was opened at 2002-08-21 05:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=598160&group_id=5470

Category: Build
>Group: Platform-specific
Status: Open
Resolution: None
>Priority: 3
Submitted By: Göran Uddeborg (goeran)
Assigned to: Nobody/Anonymous (nobody)
Summary: import _tkinter python dumps core.

Initial Comment:
We are trying to build python on a HP-UX 11.00 using gcc
3.1. But when it  comes to the stage when it tries to
load _tkinter i.e. 
   import _tkinter
python dumps core.

running gdb on the core file gives us that it get's a
segfault on the line Python/import.c:210 i.e 
	if (interp->modules == NULL)
and yes, interp is null...
any clue how to continue?


----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-09-03 15:31

Message:
Logged In: YES 
user_id=6380

Things like this are notoriously hard to debug.

Perhaps GCC 3.1 has a bug (it's rather new, and HP-UX is an
infrequently used platform for this compiler).

Could you try with an older GCC version? I don't think I've
seen this report before.

Are there problems with any other modules? Does the test
suite run successfully?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=598160&group_id=5470