On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote:
> wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi
> 
> Execution leads to segfault.
> (Note: Generic kernel _has_ SYSV MSG/SHM/SEM....and I 
> have not forgot sysctl machdep.userldt=1)
> 
> I know there are some issues about wine's use of
> kernel threads on OpenBSD. I am clueless about the
> true
> problem though. If possible, I would like 
> some comments on the ktrace kdump.

looks familiar.

before you even get to problems with threads, you have problems
with wine wanting to control where things are located.

I've got a port of 0.9.10 that gets a little farther than
what you got here.  loads libwine and libc, but cannot load
ntdll.dll.so.

try setting 'ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no'
in your environment before running configure and see if that
gets you any farther.

definitely not a trivial port.


> // V.A. 
> 
> 
>  25268 ktrace   RET   ktrace 0
>  25268 ktrace   CALL 
> execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
>  25268 ktrace   NAMI  "/bin/wine"
>  25268 ktrace   RET   execve -1 errno 2 No such file
> or directory
>  25268 ktrace   CALL 
> execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
>  25268 ktrace   NAMI  "/sbin/wine"
>  25268 ktrace   RET   execve -1 errno 2 No such file
> or directory
>  25268 ktrace   CALL 
> execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
>  25268 ktrace   NAMI  "/usr/bin/wine"
>  25268 ktrace   RET   execve -1 errno 2 No such file
> or directory
>  25268 ktrace   CALL 
> execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
>  25268 ktrace   NAMI  "/usr/sbin/wine"
>  25268 ktrace   RET   execve -1 errno 2 No such file
> or directory
>  25268 ktrace   CALL 
> execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
>  25268 ktrace   NAMI  "/usr/local/bin/wine"
>  25268 wine     NAMI  "/usr/libexec/ld.so"
>  25268 wine     EMUL  "native"
>  25268 wine     RET   execve 0
>  25268 wine     CALL  issetugid()
>  25268 wine     RET   issetugid 0
>  25268 wine     CALL  mprotect(0x2a6d5000,0x1000,0x1)
>  25268 wine     RET   mprotect 0
>  25268 wine     CALL 
> mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0)
>  25268 wine     RET   mmap -1 errno 12 Cannot allocate
> memory
>  25268 wine     PSIG  SIGSEGV SIG_DFL code 1
> addr=0xa6d7bec trapno=1
>  25268 wine     NAMI  "wine.core"
> 
> 
> 
>       
>       
>               
> _________________________________________________________
> Flyger tiden iv?g? F?nga dagen med Yahoo! Mails inbyggda
> kalender. Dessutom 250 MB gratis, virusscanning och antispam. F? den p?: 
> http://se.mail.yahoo.com
> 

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org

Reply via email to