Comment 11 for bug 1658617

Revision history for this message
Santosh (santoshbit2007) wrote :

I could see same crash with attach files in gmail while composing mail.

On debugging, it looks android sdk linker(jb.so/mm.so) is not loaded.
hybris src tries to load this from directory (http://bazaar.launchpad.net/~rsalveti/libhybris/trunk/view/head:/hybris/common/hooks.c#L2935 )
and it fails.

I could see jb.so available in ubuntu-app-platform
/snap/ubuntu-app-platform/34/usr/lib/x86_64-linux-gnu/libhybris/linker/jb.so

I tried to set this path by env variable:
 export HYBRIS_LINKER_DIR="/snap/ubuntu-app-platform/34/usr/lib/x86_64-linux-gnu/libhybris/linker"
and crash didn't happen.

Need to confirm with google-webapp.googleplus also but as of now it was not loading,
@mardy, if you can confirm the same.