From: Aivils <ai...@un...> - 2004-04-26 08:56:10
|
Unfortunately I should use agressive methods to check out how wide is ruby bug. > ============================================ > kernel BUG at kernel/softirq.c:412! > invalid operand: 000 [#1] > - BUG_ON(per_cpu(tasklet_vec, hotcpu).list); - BUG_ON(per_cpu(tasklet_hi_vec, hotcpu).list); + per_cpu(tasklet_vec, hotcpu).list = NULL; + per_cpu(tasklet_hi_vec, hotcpu).list = NULL; I do not know how linux-ruby destroy static structures :( Current i have only one thread - linux-ruby dies shortly after VGA console init, because R.Russel place BUG into line 412. Aivils |