I have been testing VLC RC4 Mac 64bit for a while now and have only noticed one bug, although its a pretty serious one. Every time you close the Application it crashes due to a segfault. This behavior is not present in the 32bit version. I didn't see any post about this problem yet so I figured I would post it here. Here is short excerpt from the crash report
Code: Select all
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x00007fff83d51992 _unload_image + 295
1 libobjc.A.dylib 0x00007fff83d48af8 unmap_image + 220
2 dyld 0x00007fff5fc02b67 dyld::removeImage(ImageLoader*) + 215
3 dyld 0x00007fff5fc098cc NSUnLinkModule + 76
4 libSystem.B.dylib 0x00007fff8314d3e7 NSUnLinkModule + 77
5 libvlccore.2.dylib 0x000000010008bfeb module_Unload + 11
6 libvlccore.2.dylib 0x0000000100086372 DeleteModule + 98
7 libvlccore.2.dylib 0x0000000100087916 module_EndBank + 390
8 libvlccore.2.dylib 0x00000001000324e8 libvlc_InternalCleanup + 520
9 libvlc.2.dylib 0x0000000100009103 libvlc_release + 99
10 org.videolan.vlc 0x0000000100003ba2 main + 402
11 org.videolan.vlc 0x00000001000039e4 start + 52
Brian