On Mon, Feb 21, 2011 at 7:46 AM, Petr Man <p...@madnetwork.org> wrote:

> On Mon, Feb 21, 2011 at 07:29:35AM -0500, Richard Hipp wrote:
> > Please run it in a debugger and let me know where the segfault is
> occurring.
> >
>
> Program terminated with signal 11, Segmentation fault.
> #0  0x00000000004207aa in process_one_web_page (zNotFound=0x0) at
> ./bld/main_.c:896
> 896         while( zPathInfo[i] && zPathInfo[i]!='/' ){ i++; }
>

Is zPathInfo NULL?  (That would mean that your web server is not setting the
PATH_INFO environment variable.  It is unclear what Fossil ought to do in
that case - print an error message screen of some kind, I suppose.....)




>
> --
> My GnuPG key is at http://petr.madnetwork.org/home/contact/pubkey.asc
> Key fingerprint = 0F04 503F EF79 2B8D B63C  00B4 AD2F 0594 FAA5 0053
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to