Opened 34 hours ago

Closed 25 hours ago

#19295 closed bug (fixed)

KDL when using Ramfs in a script

Reported by: Bebert Owned by: nobody
Priority: normal Milestone: R1/beta6
Component: File Systems/RAMFS Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

I have a script which a lot of file access, so I have tried to put temp files in ramfs.

Script works on harddrive directory but crash on ramfs directory.

mkdir /tmpfs && mount -t ramfs /tmpfs

Script and screenshot of KDL joined hrev58413 x86_64

Attachments (2)

1734424710917.jpg (1.6 MB ) - added by Bebert 34 hours ago.
KDL Screenshot
orphan-haiku (733 bytes ) - added by Bebert 34 hours ago.
Script ( I am a very bad programmer )

Download all attachments as: .zip

Change History (5)

by Bebert, 34 hours ago

Attachment: 1734424710917.jpg added

KDL Screenshot

by Bebert, 34 hours ago

Attachment: orphan-haiku added

Script ( I am a very bad programmer )

comment:1 by diver, 34 hours ago

Component: - GeneralFile Systems/RAMFS
Description: modified (diff)
Version: R1/beta5R1/Development

comment:2 by Bebert, 32 hours ago

~> mkdir /tmpfs && mount -t ramfs /tmpfs
~> echo toto > /tmpfs/test
~> echo tata >> /tmpfs/test

is enough to cause the bug.
Same bug using "tee -a"

hrev58420 x86_64

Last edited 32 hours ago by Bebert (previous) (diff)

comment:3 by waddlesplash, 25 hours ago

Milestone: UnscheduledR1/beta6
Resolution: fixed
Status: newclosed

Fixed in hrev58423. Thanks for reporting (and for such an easy to use reproducer!)

Note: See TracTickets for help on using tickets.