[Could you please not top-post?] On Mon, Jun 20, 2011 at 22:51, Dejan Tolj <[email protected]> wrote: > On Mon, Jun 20, 2011 at 4:43 PM, Lars Hjemli <[email protected]> wrote: >> On Mon, Jun 20, 2011 at 21:37, Dejan Tolj <[email protected]> wrote: >>> (gdb) r >>> Starting program: /var/www/cgi-bin/cgit >>> [Thread debugging using libthread_db enabled] >>> >>> Program received signal SIGSEGV, Segmentation fault. >>> 0x0805066e in pthread_key_create () >>> (gdb) bt >>> #0 0x0805066e in pthread_key_create () >>> #1 0x0804bc2c in pthread_key_create () >>> #2 0x00826e9c in __libc_start_main () from /lib/libc.so.6 >>> #3 0x0804a4f1 in pthread_key_create () >>> (gdb) >> >> Hmm, something fishy seems to be going on. How did you build/install >> cgit, and on what linux distro and hardware are you running it? >> > I am running RHEL5.6 on a esx server > I pulled cgit from EPEL repo.
Ok, this is a long shot, but could you try the following: $ git clone git://hjemli.net/pub/git/cgit $ cd cgit $ make get-git $ make test The last `make` invocation compiles a fresh cgit binary and puts it through the cgit test-suite, which hopefully can give us some further clues about your cgit issues. -- larsh _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
