Segmentation Error with digest_ldap_auth

2012-09-14 Thread Bijoy Lobo
Hi, I am using squid 3.1 from debian stable repositories along with OpenLDAP 2.4.23 again from debian stable repos. However when i run the command to check my digest auth, echo '"test1":"Squid proxy-caching web server"' | /usr/lib/squid3/digest_ldap_auth -b "ou=people,dc=paladion,dc=com" -u "uid"

Re: Segmentation error

2001-07-19 Thread Lamer
;[EMAIL PROTECTED]> To: "Lamer" <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 12:32 AM Subject: Re: Segmentation error > I am confused by the terms you used : > - Original Message - > From: "Lamer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTEC

Re: Segmentation error

2001-07-18 Thread D-Man
On Wed, Jul 18, 2001 at 10:01:56PM +0530, [EMAIL PROTECTED] wrote: | What is segmentation error and how do you solve it ? A segmentation fault occurs when a program doesn't behave with its memory. Generally this only occurs with programs wirtten in a language that provies direct access to m

Re: Segmentation error

2001-07-18 Thread Lamer
To: Sent: Thursday, July 19, 2001 12:31 AM Subject: Segmentation error > What is segmentation error and how do you solve it ? > > Thanks > ([EMAIL PROTECTED]) > Shyam > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

Segmentation error

2001-07-18 Thread shyamk
What is segmentation error and how do you solve it ? Thanks ([EMAIL PROTECTED]) Shyam

Re: What is the good tool to debug for segmentation error

1999-05-08 Thread Havoc Pennington
On Fri, 7 May 1999, Min Xu wrote: > > I tried that. It gives me: > ... > Core was generated by `a.out'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /lib/libm.so.6...done. > Reading symbols from /lib/libc.so.6...done. > Reading symbols from /lib/ld-linux.so.2..

Re: What is the good tool to debug for segmentation error

1999-05-07 Thread David B.Teague
On Thu, 6 May 1999 [EMAIL PROTECTED] wrote: > I tried several utils to debug one C program ( hoc from Software > Tools ) which gives me segmentation error but got no clue from > them. > > And any better tool than gccchecker? Bruce Perens wrote the electric fence. It helps wit

Re: What is the good tool to debug for segmentation error

1999-05-07 Thread Min Xu
Hi, Havoc: > > gdb is the tool, but you will need source code and a binary with debugging > symbols to get anywhere. gdb comes with a reasonable manual. > I tried that. It gives me: GNU gdb 4.17.19981224.m68k.objc.threads.hwwp.fpu.gnat Copyright 1998 Free Software Foundation, Inc. GDB is free

Re: What is the good tool to debug for segmentation error

1999-05-07 Thread Havoc Pennington
On Thu, 6 May 1999 [EMAIL PROTECTED] wrote: > > I tried several utils to debug one C program ( hoc from Software Tools > ) which gives me segmentation error but got no clue from them. > gdb is the tool, but you will need source code and a binary with debugging symbols to get a

What is the good tool to debug for segmentation error

1999-05-07 Thread mxu1
Hi, I tried several utils to debug one C program ( hoc from Software Tools ) which gives me segmentation error but got no clue from them. The most hopeful one gccchecker failed to compile it in the linking stage: reporting undefined reference to `chkr.__sigsetjmp'. Anyone knows how to