Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xfce-base/thunar-1.4.0 crashes if deleting files
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Mon Nov 12, 2012 10:28 am    Post subject: xfce-base/thunar-1.4.0 crashes if deleting files Reply with quote

Hello, I own two systems, a laptop and a desktop pc. I use thunar in both. As window manager I use awesome. Sometimes when I delete files (using "SHIFT-DEL") in thunar the application crashes. The only information I have is from dmesg:

Code:

thunar[2111]: segfault at 30 ip 00007fa4897d9e23 sp 00007fff14f2de00 error 4 in libgtk-x11-2.0.so.0.2400.12[7fa489505000+432000]


I already thought about writing a bug report but I thought I should ask in the forums first. Any help is appreciated.
I already tried reemerging gtk+ and reemerging the whole system but nothing changed.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Mon Nov 12, 2012 2:05 pm    Post subject: Reply with quote

Shift-delete? What happens when you just hit delete?
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Mon Nov 12, 2012 4:58 pm    Post subject: Re Reply with quote

audiodef wrote:
Shift-delete? What happens when you just hit delete?


I have not tried only using delete because I don't like the thunar trash implementation.

It seems that whenever I delete something and thunar crashes a new entry in dmesg appears:

Code:
thunar[5575]: segfault at 30 ip 00007ff63c4f9e23 sp 00007fff82abbd50 error 4 in libgtk-x11-2.0.so.0.2400.12[7ff63c225000+432000]
thunar[8043]: segfault at 30 ip 00007fab738e4e23 sp 00007fff71734810 error 4 in libgtk-x11-2.0.so.0.2400.12[7fab73610000+432000]
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Mon Nov 12, 2012 7:38 pm    Post subject: Re: Re Reply with quote

aldinor wrote:

I have not tried only using delete because I don't like the thunar trash implementation.

It seems that whenever I delete something and thunar crashes a new entry in dmesg appears:

Code:
thunar[5575]: segfault at 30 ip 00007ff63c4f9e23 sp 00007fff82abbd50 error 4 in libgtk-x11-2.0.so.0.2400.12[7ff63c225000+432000]
thunar[8043]: segfault at 30 ip 00007fab738e4e23 sp 00007fff71734810 error 4 in libgtk-x11-2.0.so.0.2400.12[7fab73610000+432000]


OK, but for the sake of good troubleshooting,. what happens when you just use delete? If that doesn't work, the problem is not shift-delete, but a serious fault in either Thunar or your build of it.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Mon Nov 12, 2012 10:08 pm    Post subject: Re: Re Reply with quote

audiodef wrote:
aldinor wrote:

I have not tried only using delete because I don't like the thunar trash implementation.

It seems that whenever I delete something and thunar crashes a new entry in dmesg appears:

Code:
thunar[5575]: segfault at 30 ip 00007ff63c4f9e23 sp 00007fff82abbd50 error 4 in libgtk-x11-2.0.so.0.2400.12[7ff63c225000+432000]
thunar[8043]: segfault at 30 ip 00007fab738e4e23 sp 00007fff71734810 error 4 in libgtk-x11-2.0.so.0.2400.12[7fab73610000+432000]


OK, but for the sake of good troubleshooting,. what happens when you just use delete? If that doesn't work, the problem is not shift-delete, but a serious fault in either Thunar or your build of it.


I can try it for a few days.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Tue Nov 13, 2012 3:42 pm    Post subject: Re: Re Reply with quote

aldinor wrote:

I can try it for a few days.


Well, I was just asking if it works at all. Create a file and delete it with only the delete key. Does that work?

I was looking at the error message again. Have you tried recompiling both Thunar and gtk?
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Tue Nov 13, 2012 8:39 pm    Post subject: Re: Re Reply with quote

audiodef wrote:
aldinor wrote:

I can try it for a few days.


Well, I was just asking if it works at all. Create a file and delete it with only the delete key. Does that work?

I was looking at the error message again. Have you tried recompiling both Thunar and gtk?


I have tried recompiling both which didn't help. If I delete the file normally it lands where it is supposed to (in ~/.local/share/Trash).
I have now deleted the libgtk-x11-2.0.so.0.2400.12 file and run revdep-rebuild. As far as I can say it worked.
Back to top
View user's profile Send private message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Wed Nov 14, 2012 8:50 am    Post subject: Re: Re Reply with quote

aldinor wrote:
audiodef wrote:
aldinor wrote:

I can try it for a few days.


Well, I was just asking if it works at all. Create a file and delete it with only the delete key. Does that work?

I was looking at the error message again. Have you tried recompiling both Thunar and gtk?


I have tried recompiling both which didn't help. If I delete the file normally it lands where it is supposed to (in ~/.local/share/Trash).
I have now deleted the libgtk-x11-2.0.so.0.2400.12 file and run revdep-rebuild. As far as I can say it worked.


Unfortunately in the end it didn't work. I will now try it with a custom action.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Wed Nov 14, 2012 3:25 pm    Post subject: Reply with quote

Not a solution, but what about tossing in a daily cron job that rm's * in the Trash dir?
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
aldinor
n00b
n00b


Joined: 09 Jul 2011
Posts: 9
Location: Germany

PostPosted: Wed Nov 14, 2012 8:14 pm    Post subject: Reply with quote

audiodef wrote:
Not a solution, but what about tossing in a daily cron job that rm's * in the Trash dir?


Yes I suppose that would also be possible though it is still strange that it always happens on "Shift-Del" and never on normal delete.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Thu Nov 15, 2012 2:23 pm    Post subject: Reply with quote

That sounds like a bug to me. You might want to file a bug report, or search BGO to see if someone already has.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum