#2148: t/pmc/nci.t fails on windows
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:        
     Type:  bug          |      Status:  new   
 Priority:  critical     |   Milestone:        
Component:  core         |     Version:  master
 Severity:  fatal        |    Keywords:        
     Lang:               |       Patch:        
 Platform:  win32        |  
-------------------------+--------------------------------------------------

Comment(by NotFound):

 There is a problem with dlsym usages: there are modules linked from
 libparrot and code that tries to dynamically load the library, fails, and
 the programs work anyway because they find the libraries in the current
 process. If we fix dlsym we risk to break existent code.

 On windows there is a function to get handle to look for symbols in the
 current process image, but I don't remember...

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/2148#comment:3>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to