Bug #2052
Updated by skyjake over 9 years ago
Build 1591, Apple LLVM version 6.1.0 (clang-602.0.49).
When running the client or doomsday-server, in map.cpp, @sortLineOwners@ gets stuck in an infinite recursion. @splitLineOwners@ returns null, and the recursion continues down the first argument of the @mergeLineOwners@ call.
GCC and MSVC release builds work normally.
When running the client or doomsday-server, in map.cpp, @sortLineOwners@ gets stuck in an infinite recursion. @splitLineOwners@ returns null, and the recursion continues down the first argument of the @mergeLineOwners@ call.
GCC and MSVC release builds work normally.