search for: knowleag

Displaying 6 results from an estimated 6 matches for "knowleag".

Did you mean: knowleage
2007 Jul 21
0
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...preter crashes with a segfault. Because normal unresolved symbols will not crash the interpreter even in JIT mode. I'm using the 2.0 release, and I'm about to get the bleeding edge SVN version to try, however my mac is quite slow and will take an hour or two to compile the source code. My knowleage of the Obj-C runtime is quite limited and I am new to the LLVM architecture. So I'm sorry if I can't be of more assistance code wise. But I'm currently reading up on both in my spare time. Andy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2007 Jul 20
2
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Chris / Ralph / Others, On Fri, 2007-07-20 at 08:14 -0700, Chris Lattner wrote: > On Fri, 20 Jul 2007, Ralph Corderoy wrote: > > I could be missing something, but shouldn't the use of dlsym() be > > The authors of dlsym() realised the return value was overloaded AFAICS. > > Yep, patches welcome :) > > -Chris > I don't recall who originally asked for help
2006 Mar 14
9
firewall problem
snat not working my local ip is aaa.aaa.aaa.aaa asterisk sitting on the internet at ip bbb.bbb.bbb.bbb my firewall''s internal ip is 192.168.0.254 i did snat: iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa iptables -t nat -L -v gives: Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes) pkts bytes target prot opt in out source destination 33056
2005 Jan 10
0
Sony SonicStage
...x0040664d (0x0033f1dc) file_set_error: Bad address Wine-dbg>q WineDbg terminated on pid 0xc ----------------- Running random other Setup.exe's hosted on that CDROM produced roughly the same results: the faulty op always was that "andw ..." clearing of 0(%esi). I'm confident a knowleagable wine hacker will recognize a pattern in it and point me in the right direction. I refreshed a bit that app status on CodeWeavers' appdb: those interested might note that i plegged a 100$ on it. If someone could help me make it runnable and usable, i'd gladly give this money to him/her...
2001 Mar 22
1
Multiple User Data Access
...ly, remove (comment out) any nameserver entries in your /etc/resolv.conf Unfortunately, my day job has prevented me from re-creating the environments some people here have described for testing. I hope these suggestions help. I am, of course, open for feedback from others who are more experience/knowleageable than me. (believe me, there are lots of you out there :) )
2007 Jul 21
1
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...with them? > I'm using the 2.0 release, and I'm about to get the bleeding edge SVN > version to try, > however my mac is quite slow and will take an hour or two to compile > the source code. I don't think much has changed in this area since 2.0, but you could try. > My knowleage of the Obj-C runtime is quite limited and I am new to the > LLVM > architecture. So I'm sorry if I can't be of more assistance code wise. > But I'm currently > reading up on both in my spare time. I don't know the Obj-C runtime at all so that makes you an expert compar...