看板 DFBSD_bugs 關於我們 聯絡資訊
On 6/13/2010 13:35, Aggelos Economopoulos wrote: > Am 13/06/2010 01:09 弮弮, schrieb Alex Hornung (via DragonFly issue tracker): >> >> New submission from Alex Hornung<ahornung@gmail.com>: >> >> Dump is in my ~/crash on leaf, it's kern.0/vmcore.0. It happend with >> the most >> recent master as of now and doing an 'ls' after a branch switch in git. I have similar issues here (assertion in lwkt_gettoken()) on x86_64 when doing git related things. One panic was when doing a git status, another when grepping for things in git log output. lwkt_gettoken() was called from different places (pipeclose() or pmap_release_free_page()). Sascha