Hello, I didn't managed to isolate the problem exactly, but I have some projects that crash (EXC_BAD_ACCESS) at launch time if I compile them using clang and integrated-as. After some svn update -r, I managed to find the culprit change. This is the commit r107943. I will try to find more info about what goes wrong. -- Jean-Daniel
It gave me some hard time, but I managed to build a reduced show case: Must be compile in i386: clang -arch i386 -o crash TestAppDelegate.c ./crash Segmentation Fault -------------- next part -------------- A non-text attachment was scrubbed... Name: TestAppDelegate.c Type: application/octet-stream Size: 657 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100709/b01cc21f/attachment.obj> -------------- next part -------------- Le 9 juil. 2010 à 15:20, Jean-Daniel Dupas a écrit :> Hello, > > I didn't managed to isolate the problem exactly, but I have some projects that crash (EXC_BAD_ACCESS) at launch time if I compile them using clang and integrated-as. > After some svn update -r, I managed to find the culprit change. This is the commit r107943. > I will try to find more info about what goes wrong. > > -- Jean-Daniel > > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-- Jean-Daniel
I've reverted those changes. They were badly broken for i386. On Jul 9, 2010, at 7:39 AM, Jean-Daniel Dupas wrote:> It gave me some hard time, but I managed to build a reduced show case: > > Must be compile in i386: > > clang -arch i386 -o crash TestAppDelegate.c > ./crash > Segmentation Fault > > > <TestAppDelegate.c> > > > > Le 9 juil. 2010 à 15:20, Jean-Daniel Dupas a écrit : > >> Hello, >> >> I didn't managed to isolate the problem exactly, but I have some projects that crash (EXC_BAD_ACCESS) at launch time if I compile them using clang and integrated-as. >> After some svn update -r, I managed to find the culprit change. This is the commit r107943. >> I will try to find more info about what goes wrong. >> >> -- Jean-Daniel >> >> >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Jean-Daniel > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev