[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: crash on windows after update
From: |
Riccardo Mottola |
Subject: |
Re: crash on windows after update |
Date: |
Tue, 09 Jun 2015 17:34:02 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 |
Hi,
Riccardo Mottola wrote:
I will see if i can reproduce this by downgrading my gnustep-base
version and will attempt to track down the revision/change.
I tracked down my problem to a single file: NSXMLParser.m
the revision of
svn update -r {2015-05-25} Source/NSXMLParser.m
still works fine for me.
I would guess the problem is:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/NSXMLParser.m?r1=38518&r2=38537
Richard, do you have a clue why this causes a segfault on windows? YOu
seem to enable certain code which was disabled before, perhaps it is
problematic?
Somehow the code became not thread-safe.
Riccardo