When updating the CVS version of Chromium from the 8/31/06 copy, crappfaker
no longer starts up as expected and instead just starts rendering the GL
application that was passed to it. However, when you preload the crfaker
lib everything works as expected. See the output from the two different runs
below:
[dshipton@regatta ~]$ crappfaker
CR Warning(regatta:11436): Couldn't find the CRMOTHERSHIP environment
variable, defaulting to localhost
CR Debug(regatta:11436): In crNetConnectToServer( "localhost", port=10000,
mtu=8096, broker=0 )
CR Debug(regatta:11436): Connecting to regatta.infiscape.com on port 10000,
with protocol tcpip
CR Debug(regatta:11436): Done connecting to localhost (swapping=0)
3186.6 fps
[dshipton@regatta ~]$ LD_PRELOAD=libcrfaker.so crappfaker
CR Warning(regatta:11441): Couldn't find the CRMOTHERSHIP environment
variable, defaulting to localhost
CR Debug(regatta:11441): In crNetConnectToServer( "localhost", port=10000,
mtu=8096, broker=0 )
CR Debug(regatta:11441): Connecting to regatta.infiscape.com on port 10000,
with protocol tcpip
CR Debug(regatta:11441): Done connecting to localhost (swapping=0)
CR Debug(regatta:11442): In crNetConnectToServer( "localhost", port=10000,
mtu=8096, broker=0 )
CR Debug(regatta:11442): Connecting to regatta.infiscape.com on port 10000,
with protocol tcpip
CR Debug(regatta:11442): Done connecting to localhost (swapping=0)
CR Debug(regatta:11442): SPU 1/1: (1) "pack"
CR Debug(regatta:11442): Initializing error SPU
CR Debug(regatta:11442): Initializing pack SPU
CR Warning(regatta:11442): Couldn't find the CRMOTHERSHIP environment
variable, defaulting to localhost
CR Debug(regatta:11442): In crNetConnectToServer( "localhost", port=10000,
mtu=8096, broker=0 )
CR Debug(regatta:11442): Connecting to regatta.infiscape.com on port 10000,
with protocol tcpip
CR Debug(regatta:11442): Done connecting to localhost (swapping=0)
CR Debug(regatta:11442): In crNetConnectToServer(
"tcpip://regatta.infiscape.com:7000", port=7000, mtu=1048576, broker=1 )
CR Debug(regatta:11442): Connecting to regatta.infiscape.com on port 7000,
with protocol tcpip
CR Warning(regatta:11442): Couldn't find the CRMOTHERSHIP environment
variable, defaulting to localhost
CR Debug(regatta:11442): In crNetConnectToServer( "localhost", port=10000,
mtu=8096, broker=0 )
CR Debug(regatta:11442): Connecting to regatta.infiscape.com on port 10000,
with protocol tcpip
CR Debug(regatta:11442): Done connecting to localhost (swapping=0)
Any ideas?
-Daniel
|