Aplicaciones fallando en OS X Server 10.6 con falla de segmentación

0

Tengo un problema extraño en un servidor web que ejecuta OS X Server 10.6.8. Cualquier aplicación que intente abrir termina fallando inmediatamente con un fallo de segmentación. Esto se aplica a las aplicaciones de GUI como Safari o Calculadora, pero también a las herramientas de línea de comandos como xcodebuild . Las aplicaciones que se están ejecutando actualmente parecen continuar ejecutándose, pero no se pueden iniciar nuevas aplicaciones.

$ xcodebuild -version
Segmentation fault

Aquí está el registro de fallos para xcodebuild :

Process:         xcodebuild [38950]
Path:            /Developer/usr/bin/xcodebuild
Identifier:      xcodebuild
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [38887]

Date/Time:       2014-09-26 10:48:45.110 -0400
OS Version:      Mac OS X Server 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000010f0e5400
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   ...ple.CoreServices.CarbonCore  0x00007fff82f81639 _SCUniverseGetEntryAddress + 76
1   ...ple.CoreServices.CarbonCore  0x00007fff82f876d3 FileIDTree_FindVolumeRecordFromDeviceID + 41
2   ...ple.CoreServices.CarbonCore  0x00007fff82f875ff FileIDTreeGetVRefNumForDevice + 72
3   ...ple.CoreServices.CarbonCore  0x00007fff82f87547 FSMount::FSMount(unsigned int, FSMountNumberType, short*) + 73
4   ...ple.CoreServices.CarbonCore  0x00007fff82f85c19 PathGetObjectInfo(char const*, unsigned int, unsigned int, short*, unsigned int*, unsigned int*, char*, unsigned int*, unsigned char*) + 296
5   ...ple.CoreServices.CarbonCore  0x00007fff82f85a48 FSPathMakeRefInternal(unsigned char const*, unsigned int, unsigned int, FSRef*, unsigned char*) + 114
6   com.apple.Foundation            0x00007fff87799e20 -[NSFileManager directoryContentsAtPath:matchingExtension:options:keepExtension:error:] + 154
7   com.apple.Foundation            0x00007fff87799d84 -[NSFileManager contentsOfDirectoryAtPath:error:] + 35
8   com.apple.Xcode.DevToolsCore    0x000000010010002c -[XCPluginManager findAndLoadPluginsInDomain:] + 404
9   com.apple.Xcode.DevToolsCore    0x00000001000fa789 XCInitializeCoreIfNeeded + 3718
10  xcodebuild                      0x000000010000a864 0x100000000 + 43108
11  xcodebuild                      0x0000000100001c04 0x100000000 + 7172

Aquí hay un registro de fallos de Calculator.app. Como puedes ver, muestran muchas similitudes ( _SCUniverseGetEntryAddress , FileIDTree_FindVolumeRecordFromDeviceID , etc.).

Process:         Calculator [39201]
Path:            /Applications/Calculator.app/Contents/MacOS/Calculator
Identifier:      Calculator
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [65837]

Date/Time:       2014-09-26 10:52:46.112 -0400
OS Version:      Mac OS X Server 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000011fb9d800
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   ...ple.CoreServices.CarbonCore      0x00007fff82f81639 _SCUniverseGetEntryAddress + 76
1   ...ple.CoreServices.CarbonCore      0x00007fff82f876d3 FileIDTree_FindVolumeRecordFromDeviceID + 41
2   ...ple.CoreServices.CarbonCore      0x00007fff82f875ff FileIDTreeGetVRefNumForDevice + 72
3   ...ple.CoreServices.CarbonCore      0x00007fff82f87547 FSMount::FSMount(unsigned int, FSMountNumberType, short*) + 73
4   ...ple.CoreServices.CarbonCore      0x00007fff82f85c19 PathGetObjectInfo(char const*, unsigned int, unsigned int, short*, unsigned int*, unsigned int*, char*, unsigned int*, unsigned char*) + 296
5   ...ple.CoreServices.CarbonCore      0x00007fff82f85a48 FSPathMakeRefInternal(unsigned char const*, unsigned int, unsigned int, FSRef*, unsigned char*) + 114
6   com.apple.Foundation                0x00007fff87799e20 -[NSFileManager directoryContentsAtPath:matchingExtension:options:keepExtension:error:] + 154
7   com.apple.Foundation                0x00007fff87799d84 -[NSFileManager contentsOfDirectoryAtPath:error:] + 35
8   com.apple.AppKit                    0x00007fff86701fc7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 286
9   com.apple.AppKit                    0x00007fff86701dd9 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 326
10  com.apple.AppKit                    0x00007fff866ff35b NSApplicationMain + 279
11  com.apple.calculator                0x0000000100001940 0x100000000 + 6464

Entonces, ¿qué da? Estoy tentado de reiniciar, pero con un problema tan grave, me preocupa que el sistema operativo no vuelva a funcionar.

    
pregunta Greg W 26.09.2014 - 17:00

1 respuesta

1

Hemos experimentado exactamente los mismos síntomas en 10.6 (no se pueden iniciar nuevos procesos, y sus registros indican que se bloquean en _SCUniverseGetEntryAddress) en varias ocasiones ahora. Arranqué la computadora desde el disco del sistema y reparé la unidad de arranque y parece que está funcionando hasta ahora. Otra persona describió aquí que desactivar los avances para sus grabaciones de EyeTV solucionó sus problemas.

    
respondido por el p_a_c 08.11.2014 - 00:21

Lea otras preguntas en las etiquetas