Re: [Webware-discuss] One solution for error loading mod_webkit on a Core 2 Duo

2008-03-14 Thread Alexander Southgate
On Fri, Mar 14, 2008 at 11:35 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Ok. (Btw, make sure you have no typos. It should be a lower-case l here, > not an upper-case I.) > > It seems that options without -Wc or -Wl are passed to both compiler and > linker. So probably you can do the f

Re: [Webware-discuss] One solution for error loading mod_webkit on a Core 2 Duo

2008-03-14 Thread Alexander Southgate
Actually, this line needed an extra space after -WI,". Then it builds all 3 archs properly: LDFLAGS=-Wl," -arch x86_64 -arch ppc -arch i386" Still, it seems to work without specifying -WI at all. On Fri, Mar 14, 2008 at 10:27 AM, Alexander Southgate <[EMAIL PROTECTED]> wr

Re: [Webware-discuss] One solution for error loading mod_webkit on a Core 2 Duo

2008-03-14 Thread Alexander Southgate
On Fri, Mar 14, 2008 at 6:32 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Can you check whether it is possible to replace the line > > CFLAGS=-Wc,"-arch x86_64" -Wc,"-arch ppc" -Wc,"-arch i386" > with the following (I guess yes): > CFLAGS=-Wc,"-arch x86_64 -arch ppc -arch i386" Yes this

[Webware-discuss] One solution for error loading mod_webkit on a Core 2 Duo

2008-03-13 Thread Alexander Southgate
Hi all, I recently started using a new Macbook Pro with an Intel Core 2 Duo, a 64-bit processor, and I was having a problem loading up the mod_webkit.so that I copied over from my old Macbook Pro (Core Duo): The error I got was this: $ apachectl configtest httpd: Syntax error on line 484 of /pri

Re: [Webware-discuss] strange webware freezes

2007-05-01 Thread Alexander Southgate
It shouldn't do. If the process is still receiving events (we've come across situations where the process is not responsive) the QUIT signal will cause the process to dump the thread stack frames to stderr and continue on its way. Alex On 5/1/07, sophana <[EMAIL PROTECTED]> wrote: > Hi > Thanks

[Webware-discuss] Dumping thread stack frames upon SIGQUIT

2006-07-31 Thread Alexander Southgate
Hello, We are having a problem that appears to be caused by a cheeky thread preventing other threads from running, holding up all other requests to the application. Without the ability to see the state of each thread we're just playing guessing games trying to figure out the guilty party. After

[Webware-discuss] Dumping thread stack frames upon SIGQUIT

2006-07-31 Thread Alexander Southgate
Hello, We are having a problem that appears to be caused by a cheeky thread preventing other threads from running, holding up all other requests to the application. Without the ability to see the state of each thread we're just playing guessing games trying to figure out the guilty party. After