eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

Eclipse 2022-06 crash even after reinstall... due to code signing. #36

Closed bric3 closed 2 months ago

bric3 commented 2 years ago

image

Even re-installing was broken again.

https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2022-06/R/eclipse-rcp-2022-06-R-macosx-cocoa-x86_64.dmg&r=1
Exception Type:  EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: CODESIGNING 1 

It seems an old trick fixed the problem until it comes again.

$ codesign --force --deep --sign - /Applications/Eclipse\ RCP.app
akurtakov commented 2 years ago

@lshanmug have you seen this one?

lshanmug commented 2 years ago

https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2022-06/R/eclipse-rcp-2022-06-R-macosx-cocoa-x86_64.dmg&r=1

I tried the build and it works fine for me. Did you see the crash on startup? Have you installed any additional plugins?

bric3 commented 2 years ago

Yeah I possibly installed other plugins, one or two, but I didn't reinstall them, and it was happening again, so possibly there was some leftover files.

And yes, this happened on startup. It happened almost at every launch in June / early July, but it doesn't anymore. So I don't know what to say, I know I'm not alone in this case though.

jukzi commented 10 months ago

Please add crashdump hs_err_pid*.log

jukzi commented 2 months ago

closing due to missing info