Bugs item #1444893, was opened at 03/07/06 06:39 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1444893&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: athorp (athorp) Assigned to: Nobody/Anonymous (nobody) Summary: Pointer freed twice in Py_InitializeEx() Initial Comment: saved_locale is freed twice in pythonrun.c:Py_InitializeEx(). Example code attached. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 03/22/06 19:24 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 03/08/06 00:19 Message: Logged In: YES user_id=33168 Also, what system are you running on? Mine amd64 is Linux. ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 03/08/06 00:16 Message: Logged In: YES user_id=33168 I don't see a problem with the code in SVN (either head or 2.4 branch). When I run 2.5 (HEAD) code with your test (but not debug malloc) under valgrind on amd64, it doesn't report any problems. Can you review the code in SVN to see if you think this is still a problem. If so, can you provide a patch that you believe fixes this problem? ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 03/08/06 00:14 Message: Logged In: YES user_id=849994 Your example is not very instructive. It only segfaults on my box. Can you tell where exactly the problem is, and how you would solve it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1444893&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com