lhl / chrome-ssb-osx

Simple script for making Chrome-based SSBs (site specific browsers)
147 stars 29 forks source link

Crash on open #6

Closed aaronharder closed 11 years ago

aaronharder commented 11 years ago

Hi. Thanks for sharing this.

Unfortunately, the newly created only immediately crashes on open for me. Pointing to this URL:

https://mail.google.com/mail/u/0/

The top of my crash report is included below, on the off-chance it helps somehow.

Process: Google Chrome [87075] Path: /Users/USER/*/AnotherGmail.app/Contents/MacOS/AnotherGmail Chrome Identifier: Google Chrome Version: ??? (???) Code Type: X86 (Native) Parent Process: launchd [405]

Date/Time: 2013-04-11 17:23:16.482 -0500 OS Version: Mac OS X 10.7.5 (11G63) Report Version: 9

Interval Since Last Report: 164493 sec Crashes Since Last Report: 5 Per-App Crashes Since Last Report: 5 Anonymous UUID: 3771CAEF-4451-4393-B5FC-3EA67CFE459A

Crashed Thread: 16 Chrome_IOThread

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information: objc[87075]: garbage collection is OFF

Thread 0:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x93d0ec22 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x93d0e1f6 mach_msg + 70 2 com.apple.CoreFoundation 0x965cd9da CFRunLoopServiceMachPort + 170 3 com.apple.CoreFoundation 0x965d6b04 CFRunLoopRun + 1428 4 com.apple.CoreFoundation 0x965d61dc CFRunLoopRunSpecific + 332

lhl commented 11 years ago

That's pretty strange. I just tried the exact thing and didn't get that problem. Can you do a pull (there were just a couple recent patches that landed) and try it again and then maybe creating a path w/ a different URL?

What version of Chrome are you running?

The script is doing some basci stuff. What you should try next is running the wrapper executable...

from the folder that contains AnotherGmail.app it'd be like: It'd be

AnotherGmail.app/Contents/MacOS/AnotherGmail

That executable AnotherGmail is the bash script that's generated that launches Chrome w/ the custom profile...

lhl commented 11 years ago

Can't replicate and no response.