linfeng
linfeng
Thanks for your help @pjtatlow , I learned about the related design through boltdb, I am trying to use a database to build a file system project, I need to...
I have encountered some problems during use. When I run the test, a crash may occur. The location of the crash should come from the two tests of `tests/deletes/medium_deletes|large_deletes`. When...
@pjtatlow Thank you, I ran the tests without issue. I am very much looking forward to the blog post about jammdb
@hky1999 Support for la64 is now complete. Except for the two applications redis and sqlite, which were not tested, other apps have passed. If you have time, please check to...
> Thanks for your contribution! Are you still available? Let’s work on merging this PR. I will fix these errors.
@equation314 Do you have time to check and see if there are any other problems?
> Thanks! Please fix conflicts and CI. @equation314 This CI error may be due to a rust version issue. I'm not very familiar with CI, but it seems that the...
> > > Thanks! Please fix conflicts and CI. > > > > > > @equation314 This CI error may be due to a rust version issue. I'm not very...
如果是使用基于fp进行的内核栈回溯,应该很好实现,这种方式只能打印调用链不能释放资源。如果需要进行栈帧回溯并且释放资源,则可能需要基于DWARF进行。 基于fp的回溯,只需要让内核在编译的时候指定编译参数就可以。如果内核支持initrd,也许可以将符号表放到initrd中?
panic释放资源是有的吧