Unable to browse Public repo

Lars Hjemli hjemli at gmail.com
Mon Jun 20 21:30:25 CEST 2011


On Mon, Jun 20, 2011 at 21:12, Dejan Tolj <dejan1 at gmail.com> 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




More information about the CGit mailing list