[LLVMbugs] [Bug 9263] New: release_file_streams_for_task and __abort on clang 2.9 (trunk 124557)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 19 05:51:03 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9263
Summary: release_file_streams_for_task and __abort on clang 2.9
(trunk 124557)
Product: new-bugs
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: StephaneLeon at Bluewin.ch
CC: llvmbugs at cs.uiuc.edu
Hello,
This objective C line (Xcode 3.2.5 on MacOsxx 10.6.6) :
if (!(file = fopen([aPath UTF8String],"wb"))) STAssertEquals( 0, 1, @"Cannot
write generated test file, probably autorization problem");
( STAssertEquals is in SenTestCase.h )
Cause this one on crash :
3 libSystem.B.dylib 0x00007fff88e6fc75 __abort + 113
4 libSystem.B.dylib 0x00007fff88e542cc
release_file_streams_for_task + 0
Its works fine on gcc4.2, 4.5.2 and on default macosx clang (Apple clang
version 1.6 (tags/Apple/clang-70)), but not on lastest i update every day.
Thank you
--
Stephane
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list