Hi, we actually seem to be having exactly the same
problem but I can't figure out what is causing it.
Would appreciate any pointer if you find an answer.
Thanks,
P
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
.
Re: Dispose must be thread-safe ? ... it is important to make sure memory read from 'this' pointer will not ... so that GC can reclaim resources early. ... > gives you complete guarantee that your class will not be collected until ... > any point where 'this' is accessed inside of Dispose is guaranteed against ... (microsoft.public.dotnet.framework.clr)
Re: Serial related oops ... We inserted 37 printk's in the function body,... there's still little clue about why this is causing a NULL pointer... The reported dump shows that the kernel tried to access virtual address 0, ... (Linux-Kernel)
Re: Serial related oops ... there's still little clue about why this is causing a NULL pointer... The reported dump shows that the kernel tried to access virtual address 0, ... The grep should get you the address of uart_startup. ... (Linux-Kernel)
Re: Dispose must be thread-safe ? ... > If you add any reference to 'this' pointer in Dispose's code just after ... so that GC can reclaim resources early. ... > the managed class and must be accessed by 'this' pointer.... > any point where 'this' is accessed inside of Dispose is guaranteed against ... (microsoft.public.dotnet.framework.clr)
[BUG -rt] Double OOPs - thread_info free race / printk recursive lock ...vmcore produced by kdump suggests two problems: ... An invalid pointer dereference in cache_flusharraywhich causes the page ... As part of a call back, we are attempting to free a task structure....prev = 0x0 ... (Linux-Kernel)