ozg...@su... wrote:
> Hi,
>
> I could not get the psubmit_last demo working, the crappfaker gives the
> following error...
>
> CR Error(s64:2172): "/usr/share/cr-1.7/bin/Linux/psubmit" terminated
> with uncaught signal=11 (SIGSEGV)
>
> I can run the psubmit_first without errors, yet psubmit_last does not
> work in both RedHat 8.0 and Mandrake 9.1 with Chromium 1.7. It seems
> sort last is not working on my system, yet I need to develop a sort last
> rendering algorithm, hence the problem.
If you study the psubmist_last.conf file you can find the exact
command line arguments used to run psubmit. Then, instead of running
crappfaker, run 'gdb psubmit <arguments>'. When it crashes you'll be
able to get a stack trace.
But first, recompile Chromium with RELEASE=0 (see options.mk).
And, in lib/Linux/ make these symlinks:
ln -s libcrfaker.so libGL.so
ln -s libcrfaker.so libGL.so.1
You don't say which graphics card or driver you're using. In the
past, there have been problems with NVIDIA's driver related to psubmit
(sort-last rendering).
-Brian
|