kandeshvari / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Access windowing system before init (mutex init) #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
#0  panic (fmt=0x5c7f90 "init mutex!") at t_panic.c:27
#1  0x00181c46 in checkinit (m=0x48a2578) at mutex.c:222
#2  0x0018195d in hal_mutex_lock (m=0x48a2578) at mutex.c:40
#3  0x0016a79a in w_lock () at 
/cygdrive/p/Projects/userland/trunk/phantom/vm/video/window.c:53
#4  0x0011dff0 in drv_video_window_receive_event (e=0x640580) at events.c:524
#5  0x0011dc1a in push_event (e=0x640580) at events.c:305
#6  0x0011dbec in event_push_thread () at events.c:282
#7  0x00181e0a in kernel_thread_starter (func=0x11db28) at t_create.c:100
#8  0x001850af in phantom_thread_c_starter (func=0x181df9 
<kernel_thread_starter>, arg=0x11db28, t=0x70bc00)
    at /cygdrive/p/Projects/userland/trunk/phantom/threads/ia32/t_machdep.c:150
#9  0x00185170 in phantom_thread_trampoline () at 
/cygdrive/p/Projects/userland/trunk/phantom/threads/ia32/thread.S:99

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 6 Aug 2011 at 7:40

GoogleCodeExporter commented 8 years ago
init message q after starting video driver - rev 1054

Original comment by dmitry.zavalishin@gmail.com on 11 Aug 2011 at 4:28