[GH-ISSUE #8] Google Chrome Canary quit unexpecedly #3027

Closed
opened 2026-03-14 20:40:14 +03:00 by kerem · 1 comment
Owner

Originally created by @2600box on GitHub (May 6, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/8

I get these crashes. I get the wget output, but no pdf or screenshot.

Process:               Google Chrome Canary [80446]
Path:                  /Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary
Identifier:            Google Chrome Canary
Code Type:             X86-64 (Native)
Parent Process:        Python [80409]
Responsible:           Google Chrome Canary [80446]
User ID:               501

Date/Time:             2017-05-06 10:39:14.163 +0800
OS Version:            Mac OS X 10.12.4 (16E195)

Exception Type:        EXC_CRASH (SIGABRT)

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff9fb92d42 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff9fc805bf pthread_kill + 90
2   libsystem_c.dylib             	0x00007fff9faf8420 abort + 129
3   google-chrome                 	0x0000000106b2ec79 main + 233
4   libdyld.dylib                 	0x00007fff9fa64235 start + 1

Binary Images:
       0x106b2e000 -        0x106b2eff0 +google-chrome (0) <1F12892F-A891-3795-BFFA-C762877F17B0> /usr/local/bin/google-chrome
       0x10c58a000 -        0x10c5c7dc7  dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
    0x7fff86dd9000 -     0x7fff86dd9fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86df2000 -     0x7fff8730bfeb  com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8730c000 -     0x7fff8747dff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8747e000 -     0x7fff87492ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
Originally created by @2600box on GitHub (May 6, 2017). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/8 I get these crashes. I get the wget output, but no pdf or screenshot. ``` Process: Google Chrome Canary [80446] Path: /Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary Identifier: Google Chrome Canary Code Type: X86-64 (Native) Parent Process: Python [80409] Responsible: Google Chrome Canary [80446] User ID: 501 Date/Time: 2017-05-06 10:39:14.163 +0800 OS Version: Mac OS X 10.12.4 (16E195) Exception Type: EXC_CRASH (SIGABRT) Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff9fb92d42 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff9fc805bf pthread_kill + 90 2 libsystem_c.dylib 0x00007fff9faf8420 abort + 129 3 google-chrome 0x0000000106b2ec79 main + 233 4 libdyld.dylib 0x00007fff9fa64235 start + 1 Binary Images: 0x106b2e000 - 0x106b2eff0 +google-chrome (0) <1F12892F-A891-3795-BFFA-C762877F17B0> /usr/local/bin/google-chrome 0x10c58a000 - 0x10c5c7dc7 dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld 0x7fff86dd9000 - 0x7fff86dd9fff com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff86df2000 - 0x7fff8730bfeb com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8730c000 - 0x7fff8747dff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8747e000 - 0x7fff87492ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib ```
kerem closed this issue 2026-03-14 20:40:19 +03:00
Author
Owner

@pirate commented on GitHub (May 6, 2017):

It doesn't like being launched via symlink apparently.

rm /usr/local/bin/google-chrome
echo -e "#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \$@" > /usr/local/bin/google-chrome
chmod +x /usr/local/bin/google-chrome

google-chrome --version
# Google Chrome 60.0.3090.0 canary
<!-- gh-comment-id:299614386 --> @pirate commented on GitHub (May 6, 2017): It doesn't like being launched via symlink apparently. ```bash rm /usr/local/bin/google-chrome echo -e "#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \$@" > /usr/local/bin/google-chrome chmod +x /usr/local/bin/google-chrome google-chrome --version # Google Chrome 60.0.3090.0 canary ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3027
No description provided.