Opened 32 hours ago
Closed 23 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 )
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)
Change History (5)
by , 32 hours ago
Attachment: | 1734424710917.jpg added |
---|
comment:1 by , 32 hours ago
Component: | - General → File Systems/RAMFS |
---|---|
Description: | modified (diff) |
Version: | R1/beta5 → R1/Development |
comment:2 by , 30 hours ago
~> mkdir /tmpfs && mount -t ramfs /tmpfs ~> echo toto > /tmpfs/test ~> echo tata >> /tmpfs/test
is enough to cause the bug.
hrev58420 x86_64
Version 0, edited 30 hours ago by (next)
comment:3 by , 23 hours ago
Milestone: | Unscheduled → R1/beta6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev58423. Thanks for reporting (and for such an easy to use reproducer!)
Note:
See TracTickets
for help on using tickets.
KDL Screenshot