Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack - crashing #184

Closed
Rohlik opened this issue Sep 2, 2016 · 9 comments
Closed

Slack - crashing #184

Rohlik opened this issue Sep 2, 2016 · 9 comments

Comments

@Rohlik
Copy link

Rohlik commented Sep 2, 2016

Hello,
after using this app for few hours without problem, I got private message from my colleague and then Slack crash. When I remove container and start new one, Slack crash again while loading.
In my container log:

Creating Slack Application
Cannot upload crash dump: cannot exec /usr/bin/wget
Failed to get crash dump id.
Report Id:

I try run Slack without Docker and everything works fine.

@jessfraz
Copy link
Owner

jessfraz commented Sep 2, 2016

wget must not be in the container

On Thursday, September 1, 2016, Thomas Rohlajz notifications@github.com
wrote:

Hello,
after using this app for few hours without problem, I got private message
from my colleague and then Slack crash. When I remove container and start
new one, Slack crash again while loading.
In my container log:

Creating Slack Application
Cannot upload crash dump: cannot exec /usr/bin/wget
Failed to get crash dump id.
Report Id:

I try run Slack without Docker and everything works fine.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#184, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABYNbPwYU5eHxxsfXoOzsY8DCSyxiIF7ks5ql7hBgaJpZM4JzYyS
.

Jessie Frazelle
4096R / D4C4 DD60 0D66 F65A 8EFC 511E 18F3 685C 0022 BFF3
pgp.mit.edu http://pgp.mit.edu/pks/lookup?op=get&search=0x18F3685C0022BFF3

@jessfraz
Copy link
Owner

jessfraz commented Sep 2, 2016

Would you like to add it?

On Thursday, September 1, 2016, Jessica Frazelle me@jessfraz.com wrote:

wget must not be in the container

On Thursday, September 1, 2016, Thomas Rohlajz <notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Hello,
after using this app for few hours without problem, I got private message
from my colleague and then Slack crash. When I remove container and start
new one, Slack crash again while loading.
In my container log:

Creating Slack Application
Cannot upload crash dump: cannot exec /usr/bin/wget
Failed to get crash dump id.
Report Id:

I try run Slack without Docker and everything works fine.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#184, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABYNbPwYU5eHxxsfXoOzsY8DCSyxiIF7ks5ql7hBgaJpZM4JzYyS
.

Jessie Frazelle
4096R / D4C4 DD60 0D66 F65A 8EFC 511E 18F3 685C 0022 BFF3
pgp.mit.edu
http://pgp.mit.edu/pks/lookup?op=get&search=0x18F3685C0022BFF3

Jessie Frazelle
4096R / D4C4 DD60 0D66 F65A 8EFC 511E 18F3 685C 0022 BFF3
pgp.mit.edu http://pgp.mit.edu/pks/lookup?op=get&search=0x18F3685C0022BFF3

@Rohlik
Copy link
Author

Rohlik commented Sep 2, 2016

I just want use this great app in Docker.

@Rohlik
Copy link
Author

Rohlik commented Sep 2, 2016

I try build your Dockerfile with wget and app still crashing while loading. But container log is little bit different:

Creating Slack Application
Failed to get crash dump id.
Report Id:

@volker-fr
Copy link
Contributor

volker-fr commented Oct 27, 2016

The issue seem to depend on the slack team. I have teams that work without issues. I add a specific team and run into the same issue.

It seems to be related to atom/atom#8684 As soon as I run the docker container with -v /dev/shm:/dev/shm or --ipc="host" the application no longer crashes.

@volker-fr
Copy link
Contributor

I also updated the usage section in the Dockerfile in #211

I think this issue can be closed.

@koep
Copy link
Collaborator

koep commented Nov 24, 2016

@Rohlik, can you confirm that this fixes the issue for you? Thanks.

@Rohlik
Copy link
Author

Rohlik commented Nov 28, 2016

I can confirm that everything working now.
I am closing this issue.

@galderz
Copy link

galderz commented Feb 19, 2018

It seems to be related to atom/atom#8684 As soon as I run the docker container with -v /dev/shm:/dev/shm or --ipc="host" the application no longer crashes.

-v /dev/shm:/dev/shm worked me, --ipc="host" didn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants