-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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 crashes on upload #58273
Comments
I cannot seem to reproduce this, but possibly that's because of some other impurity that's present. I'll keep trying. |
My host operating system is still Perhaps that helps? |
Works here? Just uploaded file in chat with myself xD.
Not sure why that would be happening... maybe it needs some gtk bits in
profile/env that I happen to have but you don't? :/
…On Mon, 25 Mar 2019 08:31:48 -0700, memberbetty ***@***.***> wrote:
## Issue description
Slack crashes when trying to open the window that one can use to upload a file.
> /run/current-system/sw/bin/slack
> (electron) 'app.makeSingleInstance(cb)' is deprecated. Use 'app.requestSingleInstanceLock() and app.on('second-instance', cb)' instead.
> Creating Slack Application
> Cannot upload crash dump: cannot exec /usr/bin/wget
> Failed to get crash dump id.
> Report Id:
> Segmentation fault
>
### Steps to reproduce
Press the '+'-button and select 'Your computer' in a chat.
## Technical details
This happens with the `master` version of Slack that was updated a few days ago.
cc: @dtzWill (author), @srhb (person who merged)
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/NixOS/nixpkgs/issues/58273Non-text part: text/html
|
GTK impurity sounds like a likely suspect indeed. |
I lost the ability to reproduce #54278, but from a cursory look at |
I am having the same problem. I was finally able to isolate the issue. It occurs for me if the directory contains a gif. To reproduce,
I have slack for ubuntu 18.04 e0514fa-s@1586890343 |
Same problem as the above here - only seems to happen for directories containing gifs. |
I marked this as stale due to inactivity. → More info |
Uninstalling and reinstalling slack fixed this problem for me ( It looks like slack was looking for some things in the wrong place:
|
I marked this as stale due to inactivity. → More info |
I suffered from the same issue. It happened to me twice and each time I tackled it differently. Note: I'm using GNU/Linux Ubuntu 18.04, slack installed by snap. First time, it was because of navigating to a directory with a gif file, as mentioned by the folks here. If this is the case, you can solve this by editing Second time, it wasn't because of a gif file. It just happened that I opened slack one day and the upload file window will cause slack to crash. I stopped slack, removed the cache directory: |
I encountered this issue today, too. @ahmad-elkomey: Deleting the cache directory did the trick for me. Thanks for sharing! |
It did the trick for me too! 👍 |
I got the same issue and deleting the cache did the trick for me as well ! Snap 4.19.2 64-bit |
I faced this issue all of a sudden today too. Thanks, @ahmad-elkomey. Your solution with deleting the cache directory worked for me too |
Deleting the cache files did the trick as described on #58273 (comment) |
Deleting the cache as @ahmad-elkomey said didn't work for me, however, doing it through the app it worked, thank you for the tip! 😄
Ubuntu 18.04.5 LTS |
Same problem here
..and same solution works like a charm
Thanks @ahmad-elkomey |
@ahmad-elkomey |
Had the same problem. Deleting the cache directory didn't work. |
Thanks @ahmad-elkomey , cache cleaning solved the issue |
for me too |
same issue here |
Cache clearing doesn't work for me, but uninstall/reinstall through snap does. |
Cache clearing doesn't work for me, neither uninstall/reinstall through snap does. :( EDIT: removing manually the folder, it worked. |
I marked this as stale due to inactivity. → More info |
Hey, thanks for the report as this is stale for longer time and I confirmed its working on stable and unstable. |
I still had the issue today. |
Can't reproduce on latest unstable with 138, where did you got 140? Is it beta? If I try to download latest release from slack I get 138-0.1 still |
I might be on beta indeed. To be honest I'm not sure since I installed a while back and just keep the auto updates |
Issue description
Slack crashes when trying to open the window that one can use to upload a file.
Steps to reproduce
Press the '+'-button and select 'Your computer' in a chat.
Technical details
This happens with the
master
version of Slack that was updated a few days ago.cc: @dtzWill (author), @srhb (person who merged)
The text was updated successfully, but these errors were encountered: