Re: [Elementary-dev-community] Fixin' Files

2013-07-31 Thread Julian Unrrein
Better late than never, isn't it? Files linked against Electric Fence: https://code.launchpad.net/~junrrein/pantheon-files/files-electricfence/ Files linked against Duma (fork of Electric Fence): https://code.launchpad.net/~junrrein/pantheon-files/files-duma The first one doesn't seem to load El

Re: [Elementary-dev-community] Fixin' Files

2013-07-23 Thread José M . Benítez
Hi, all! I've been looking for a way to start contributing to EOS, but I haven't been able to find where. Maybe this is too much to start with, I don't know, but I could use some guidance. 2013/7/23 Manish Sinha > On Mon, Jul 22, 2013 at 3:26 PM, Sergey "Shnatsel" Davidoff > wrote: > > First

Re: [Elementary-dev-community] Fixin' Files

2013-07-22 Thread Manish Sinha
On Mon, Jul 22, 2013 at 3:26 PM, Sergey "Shnatsel" Davidoff wrote: > First, I have to add "-lefence" to the C compiler parameters in CMake and I > have little idea how to do that. This will make Files segfault exactly where > the original corruption happens and ease debugging greatly. It's much mo

Re: [Elementary-dev-community] Fixin' Files

2013-07-22 Thread Manish Sinha
On Mon, Jul 22, 2013 at 5:04 PM, Julian Unrrein wrote: > Using "export LD_PRELOAD= ..." doesn't seem to work. We'll have to do > the CMake thing. LD_PRELOAD just loads this library before any other library. I am still not sure it will work without CMake thing because though the loader has loaded

Re: [Elementary-dev-community] Fixin' Files

2013-07-22 Thread Julian Unrrein
A follow up to my previous mail: Using "export LD_PRELOAD= ..." doesn't seem to work. We'll have to do the CMake thing. 2013/7/22, Josh Benham : > I wonder if you would have any luck trying to get someone in > #elementary-dev to help you out? > > > On Tue, Jul 23, 2013 at 9:52 AM, Julian Unrrein

Re: [Elementary-dev-community] Fixin' Files

2013-07-22 Thread Josh Benham
I wonder if you would have any luck trying to get someone in #elementary-dev to help you out? On Tue, Jul 23, 2013 at 9:52 AM, Julian Unrrein wrote: > Hi Sergey, > > I really aprecciate what you are going to do. Unfortunately, I have > little free time right now, so I doubt I will be able to he

Re: [Elementary-dev-community] Fixin' Files

2013-07-22 Thread Julian Unrrein
Hi Sergey, I really aprecciate what you are going to do. Unfortunately, I have little free time right now, so I doubt I will be able to help with this until later. With that said: 1 - I could make crash-digger work for a while without errors. When I say "for a while" I mean that I interrupted it

[Elementary-dev-community] Fixin' Files

2013-07-22 Thread Sergey "Shnatsel" Davidoff
Hey guys, So I didn't depart today as it was planned, so I'm up to a little hackathon. Files has annoyingly crashy for months, and it still IS annoyingly crashy. I can't order copying a large amount of data and be sure that it gets copied before Files decides it's time to crash. And we don't hav