Re: reused inodes don't get i_translator cleared

2002-10-08 Thread Roland McGrath
> I did delete the filesystem under GNU/Linux, but I am not sure if that > wouldn't happen on GNU/Hurd as well, as we deliberately don't delete the > i_translator info when the inode is deleted (to make "undeletion" possible, > see comment in the code of write_node). However, it doesn't happen be

reused inodes don't get i_translator cleared

2002-10-08 Thread Marcus Brinkmann
Hi, I am seeing spurious files with passive translator settings. For example, I just reinstalled the system, doing "rm -fR *" and then reinstalling. This gives me lots of files which seem to have left-over translator settings. I can not proof it by inode number (although I probably could with

XKB support for the console

2002-10-08 Thread marco
Hi, I had a quick look today at what should happen to support xkb on the console. I think the easiest way to support xkb is by loading xkm files (X servers work like this). In a later stage an option can be added to load xkb configuration files. This can work the same way as X does: by executing

Re: Perl tests

2002-10-08 Thread Marcus Brinkmann
On Tue, Oct 08, 2002 at 05:47:11PM +0200, Michal 'hramrach' Suchanek wrote: > One more interesting thing: > The pipe tests fal when ran with make test but succeed with make harness. > (which is probably not related to threads at all) This is because our close() is asynchronous. You can see this

Re: Perl tests

2002-10-08 Thread Michal 'hramrach' Suchanek
On Tue, Oct 08, 2002 at 09:26:08AM -0400, Neal H. Walfield wrote: > I do not think the default setup enables threading--perhaps I am > mistaken. Would you please consider attaching your config.sh file? My septup differs form what you would get because I modified hints/gnu.sh to include -lpthread

Re: Perl tests

2002-10-08 Thread Neal H. Walfield
> > > building threads into perl (the new style) fails. The default setup is to > This is the default debian setup: all extension loaded dynamically. I do not think the default setup enables threading--perhaps I am mistaken. Would you please consider attaching your config.sh file? This will elim

Re: Perl tests

2002-10-08 Thread Michal 'hramrach' Suchanek
Running perl, note that perl receives sigtrap even when running alone: Starting program: /mnt/disk/src/perl-5.8.0/perl -I../lib ../ext/threads/t/basic.t 1..15 ok 1 ok 2 - Test that argument passing works Program received signal SIGTRAP, Trace/breakpoint trap. 0x0806fffc in Perl_Gv_AMupdate () (

Art Market Pulse - Face au krach, que fait le marche de l'Art

2002-10-08 Thread Artprice . com
(en français) The Stock Market is crashing... Check the Art Market! Artprice leading data banks of art market information help you make the right decision when buying or selling fine art. Our comprehensive data banks include: Artists' unique price levels & indexes. The art

Re: Perl tests

2002-10-08 Thread Michal 'hramrach' Suchanek
On Mon, Oct 07, 2002 at 12:16:26PM -0500, Neal H. Walfield wrote: > On Mon, Oct 07, 2002 at 11:12:47AM +0200, Michal 'hramrach' Suchanek wrote: > > With the script I can link and run successfully the tests in libpthread but