Closed Bug 300119 Opened 19 years ago Closed 19 years ago

[W] PAR: Fiber (0x166560) is in another thread; Thread associated with this fiber is likely to terminate abnormally {1 occurrence}

Categories

(NSPR :: NSPR, defect)

4.4.1
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: timeless, Assigned: wtc)

Details

spidermonkey cvs (make -f Makefile.ref JS_THREADSAFE=1 NSPRDIR=nspr-4.4.1)

[W] PAR: Fiber (0x166560) is in another thread; Thread associated with this
fiber is likely to terminate abnormally {1 occurrence}
        Call location
            SwitchToFiber  [C:\WINDOWS\system32\KERNEL32.dll]
            PR_MD_RESTORE_CONTEXT
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/md/windows/../../../../../mozilla/nsprpub/pr/src/md/windows/ntthread.c:487]
            PR_Schedule   
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/threads/combined/../../../../../mozilla/nsprpub/pr/src/threads/combined/pruthr.c:986]
            PR_MD_SWITCH_CONTEXT
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/md/windows/../../../../../mozilla/nsprpub/pr/src/md/windows/ntthread.c:468]
            PR_CPU_Idle   
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/threads/combined/../../../../../mozilla/nsprpub/pr/src/threads/combined/prucpu.c:383]
            PR_UserRunThread
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/threads/combined/../../../../../mozilla/nsprpub/pr/src/threads/combined/pruthr.c:523]
            pr_fiber_mainline
[J:/nspr/nspr44/builds/20031125.1/build_tree_nt/winnt.dbg/pr/src/md/windows/../../../../../mozilla/nsprpub/pr/src/md/windows/ntthread.c:411]

for my reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/fibers.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/using_fibers.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/switchtofiber.asp

i think that this is a bogus report from purify, but i'd like to have that
verified some place where i can find it the next time i run purify and get this
message.
timeless: you can safely ignore this Purify warning.
We saw this warning before and verified that what
we do with fibers (migrating a fiber from the thread
the fiber was created on to another thread) is legal.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.