如果没有互联网连接,MAMP Pro会在启动Apache时崩溃?

我已经使用了MAMP Pro多年,从未遇到过这个问题,直到最后一周左右。那段时间我还没有为MacOS或MAMP Pro安装任何更新。如果没有互联网连接,MAMP Pro会在启动Apache时崩溃?

在启动MAMP Pro时,服务器开始启动,MySQL启动正常,在Apache可以正常启动之前,整个MAMP应用程序崩溃。

我不会发布完整的崩溃报告,生怕读者发送睡的,但这里是我已经制定出失败的线程...

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information:

abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0 libsystem_kernel.dylib 0x00007fff6d9fefce __pthread_kill + 10

1 libsystem_pthread.dylib 0x00007fff6db3c150 pthread_kill + 333

2 libsystem_c.dylib 0x00007fff6d95b30a abort + 127

3 net.hockeyapp.sdk.mac 0x000000010b5a3c02 uncaught_exception_handler + 27

4 com.apple.CoreFoundation 0x00007fff4633fbd2 __handleUncaughtException + 770

5 libobjc.A.dylib 0x00007fff6ccc4a41 _objc_terminate() + 91

6 net.hockeyapp.sdk.mac 0x000000010b591417 BITCrashUncaughtCXXTerminateHandler() + 766

7 libc++abi.dylib 0x00007fff6b95b7c9 std::__terminate(void (*)()) + 8

8 libc++abi.dylib 0x00007fff6b95b843 std::terminate() + 51

9 libdispatch.dylib 0x00007fff6d875e9c _dispatch_client_callout + 28

10 libdispatch.dylib 0x00007fff6d881471 _dispatch_main_queue_callback_4CF + 1148

11 com.apple.CoreFoundation 0x00007fff46268b99 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9

12 com.apple.CoreFoundation 0x00007fff4622b44a __CFRunLoopRun + 2586

13 com.apple.CoreFoundation 0x00007fff4622a797 CFRunLoopRunSpecific + 487

14 com.apple.HIToolbox 0x00007fff4553f866 RunCurrentEventLoopInMode + 286

15 com.apple.HIToolbox 0x00007fff4553f5d6 ReceiveNextEventCommon + 613

16 com.apple.HIToolbox 0x00007fff4553f354 _BlockUntilNextEventMatchingListInModeWithFilter + 64

17 com.apple.AppKit 0x00007fff4383ca23 _DPSNextEvent + 2085

18 com.apple.AppKit 0x00007fff43fd1e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044

19 com.apple.AppKit 0x00007fff43831831 -[NSApplication run] + 764

20 com.apple.AppKit 0x00007fff438009d2 NSApplicationMain + 804

21 libdyld.dylib 0x00007fff6d8af145 start + 1

有其他人遇到这种或可以提供我如何解决它的解释?我离线工作很多,所以无法启动MAMP是一个游戏改变者。

干杯。

回答:

我的问题是这样的:当连接到网络时,Mamp冻结并需要几分钟才能加载页面。只要我从网络上断开连接,它立即加载页面。

我刷新DNS,清除缓存等所有无济于事。我在Macbook上,尝试编辑etc/hosts并且什么也没有。没有改变任何东西,但这一切都是从哪里来的。

令人沮丧,无法像这样正常工作。

以上是 如果没有互联网连接,MAMP Pro会在启动Apache时崩溃? 的全部内容, 来源链接: utcz.com/qa/259146.html

回到顶部