Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-17 Thread Jindrich Novy
Hi Leonard, On Sat, 2005-09-17 at 12:59 +0200, Leonard den Ottolander wrote: > Hi, > > On Sat, 2005-09-17 at 12:48 +0200, Leonard den Ottolander wrote: > > Hi Jindrich, > > > > On Tue, 2005-09-13 at 13:07 +0200, Jindrich Novy wrote: > > > - my_second = resolve_symlinks (second); > > >

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-17 Thread Leonard den Ottolander
Hi Jindrich, On Tue, 2005-09-13 at 13:07 +0200, Jindrich Novy wrote: > The attached patch fixes two nasty bugs in file.c and util.c. Split in two, cleaned up, and committed both. Thanks. Leonard. -- mount -t life -o ro /dev/dna /genetic/research __

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-17 Thread Leonard den Ottolander
Hi, On Sat, 2005-09-17 at 12:48 +0200, Leonard den Ottolander wrote: > Hi Jindrich, > > On Tue, 2005-09-13 at 13:07 +0200, Jindrich Novy wrote: > > - my_second = resolve_symlinks (second); > > - if (my_second == NULL) { > > - g_free (my_first); > > + if

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-17 Thread Leonard den Ottolander
Hi Jindrich, On Tue, 2005-09-13 at 13:07 +0200, Jindrich Novy wrote: > The attached patch fixes two nasty bugs in file.c and util.c. Could you please supply fixes for different issues in different patches? Thanks. Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-17 Thread Leonard den Ottolander
Hi Jindrich, On Tue, 2005-09-13 at 13:07 +0200, Jindrich Novy wrote: > - my_second = resolve_symlinks (second); > - if (my_second == NULL) { > - g_free (my_first); > + if (my_second == NULL) > return buf; > - } Why do you drop

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Marcin Garski
Jindrich Novy wrote: Marcin, could you please file a bug in bugzilla.redhat.com? The patch is comming soon. As you wish :) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168184 Thanks for fixing the bug! -- Marcin Garski ___ Mc-devel mailing l

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Jindrich Novy
Hello, On Tue, 2005-09-13 at 01:05 +0200, Marcin Garski wrote: > Hi, > > mc-4.6.1a-0.11.FC4 from Fedora Core 4 on x86_64. > > 1. Create "mc" directory > 2. Change directory to "mc" > 3. Create ".eDonkey2000" directory > 4. Create ".overnet" symlink pointing to ".eDonkey2000" > 5. Copy ".overnet"

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Pavel Tsekov
Hello, On Tue, 13 Sep 2005, Jindrich Novy wrote: > On Tue, 2005-09-13 at 12:18 +0300, Pavel Tsekov wrote: > > Hello, > > > > On Tue, 13 Sep 2005, Jindrich Novy wrote: > > > > > Marcin, could you please file a bug in bugzilla.redhat.com? The patch is > > > comming soon. > > > > Why use RedHat's bu

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Jindrich Novy
On Tue, 2005-09-13 at 12:18 +0300, Pavel Tsekov wrote: > Hello, > > On Tue, 13 Sep 2005, Jindrich Novy wrote: > > > Marcin, could you please file a bug in bugzilla.redhat.com? The patch is > > comming soon. > > Why use RedHat's bugzilla ? What's the problem with the one at savannah - > after all

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Pavel Tsekov
Hello, On Tue, 13 Sep 2005, Jindrich Novy wrote: > Marcin, could you please file a bug in bugzilla.redhat.com? The patch is > comming soon. Why use RedHat's bugzilla ? What's the problem with the one at savannah - after all this bug is not RH specific. __

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Jindrich Novy
On Tue, 2005-09-13 at 10:44 +0300, Pavel Tsekov wrote: > Hello, > > On Tue, 13 Sep 2005, Jindrich Novy wrote: > > > > 1. Create "mc" directory > > > 2. Change directory to "mc" > > > 3. Create ".eDonkey2000" directory > > > 4. Create ".overnet" symlink pointing to ".eDonkey2000" > > > 5. Copy ".o

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-13 Thread Pavel Tsekov
Hello, On Tue, 13 Sep 2005, Jindrich Novy wrote: > > 1. Create "mc" directory > > 2. Change directory to "mc" > > 3. Create ".eDonkey2000" directory > > 4. Create ".overnet" symlink pointing to ".eDonkey2000" > > 5. Copy ".overnet" symlink to "/tmp" BUT check "Stable Symlinks" in copy > > dialog.

Re: [BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-12 Thread Jindrich Novy
Hello Marcin, On Tue, 2005-09-13 at 01:05 +0200, Marcin Garski wrote: > Hi, > > mc-4.6.1a-0.11.FC4 from Fedora Core 4 on x86_64. > > 1. Create "mc" directory > 2. Change directory to "mc" > 3. Create ".eDonkey2000" directory > 4. Create ".overnet" symlink pointing to ".eDonkey2000" > 5. Copy ".o

[BUG] Segmentation fault when copy symlink with checked "Stable Symlinks"

2005-09-12 Thread Marcin Garski
Hi, mc-4.6.1a-0.11.FC4 from Fedora Core 4 on x86_64. 1. Create "mc" directory 2. Change directory to "mc" 3. Create ".eDonkey2000" directory 4. Create ".overnet" symlink pointing to ".eDonkey2000" 5. Copy ".overnet" symlink to "/tmp" BUT check "Stable Symlinks" in copy dialog. 6. Watch mc cras