On Sun, Mar 27, 2011 at 01:45, Angus Turnbull <[email protected]> wrote: >> Even more strange (I was hoping to see some munging of query params >> due to url rewriting or some such). But with identical input, you >> should get identical output (ctx->repo should point at the correct >> repo-struct in all the above cases), so I assume that ctx->repo >> somehow becomes NULL after the call to cgit_get_repoinfo(), but only >> when initialized via cgit_parse_url(). >> >> Could you try running cgit under gdb to find the culprit? E.g: >> >> $ PATH_INFO=fsmenu gdb ./cgit >> (gdb) break cgit_parse_url >> (gdb) run >> >> -- >> larsh > > For what it's worth, I've gone back to this and built cgit v0.9-8-g568d > against Git v.1.7.4.1 and it now works well under Ubuntu Server 10.04 > with my existing configuration. I suppose the issue has resolved > somehow!
Good to hear (even though the cause of the problem remains a mystery). -- larsh _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
