Closed GoogleCodeExporter closed 9 years ago
Didn't try, but I guess that the problem is memory leaks when using node_alloc.
I recently noticed that neither piece of code, which uses node_alloc, calls
node_free then.
Does changing fnode_quantity option of embox.fs.node module makes it to crash
early or later?
Original comment by Eldar.Abusalimov
on 22 Jan 2013 at 8:20
Yes, Eldar right. With fnode_quantity = 32 it crashes on boot. And with
fnode_quantity = 512 it not crashes at all, but print following error:
embox>test -n 15
test: running file_test
suite fixture setup failed with code -1: Unknown error code. PLEASE REPORT ISSUE 519!
test: Command returned with code -4: Operation interrupted
Original comment by ivan.v.t...@gmail.com
on 22 Jan 2013 at 9:01
Feel free to report issue 519 =)
Original comment by Eldar.Abusalimov
on 22 Jan 2013 at 9:19
i fixed assert() in tree, but poll_alloc after pool_free works not correctly
Original comment by Gazukin....@gmail.com
on 28 Jan 2013 at 6:14
In current trunk branch:
Welcome to Embox and have a lot of fun!
embox>test -n 15
test: running embox.test.fs.file_test ... done
embox>test -n 15
test: running embox.test.fs.file_test ... done
embox>test -n 15
test: running embox.test.fs.file_test
suite fixture setup failed with code -12: Out of memory
test: Command returned with code -4: Operation interrupted
embox>test -n 15
test: running embox.test.fs.file_test
suite fixture setup failed with code -1: Unknown error code. PLEASE REPORT ISSUE 519!
test: Command returned with code -4: Operation interrupted
embox>test -n 15
test: running embox.test.fs.file_test
suite fixture setup failed with code -1: Unknown error code. PLEASE REPORT ISSUE 519!
test: Command returned with code -4: Operation interrupted
embox>
Also, I've tried to change fnode_quantity and it doesn't matter as I could see.
Original comment by ivan.v.t...@gmail.com
on 23 Feb 2013 at 6:17
>> Also, I've tried to change fnode_quantity and it doesn't matter as I could
see.
Problem is in the embox.fs.filesystem.fs_quantity. I added umount in fat and it
was fixed. I will commit it soon.
Original comment by Gazukin....@gmail.com
on 25 Feb 2013 at 1:00
Original comment by Anton.Bo...@gmail.com
on 10 Jun 2014 at 2:36
Original issue reported on code.google.com by
ivan.v.t...@gmail.com
on 22 Jan 2013 at 7:31