On Mon, Jun 20, 2011 at 21:12, Dejan Tolj <[email protected]> wrote:
> $ PATH_INFO=proj1 /var/www/cgi-bin/cgit
> returns Segmentation fault
>
> Here is the strace dump.
[snip]

The strace looked ok. Could you repeat this experiment, but using gdb
instead of strace to get a backtrace when the segfault occurs?

$ PATH_INFO=proj1 gdb /var/www/cgi-bin/cgit
(gdb) r
....[segfault]...
(gdb) bt

-- 
larsh

_______________________________________________
cgit mailing list
[email protected]
http://hjemli.net/mailman/listinfo/cgit

Reply via email to