At 14:52 Uhr +0200 30.05.2002, Kilian Koepsell wrote:
>hello,
>
>when I use the locate command from findutils-4.1-4 i only get a
>   'Segmentation fault'

Just for the record, it works here (i.e. seems to be not a global 
problem, phew <g>)

>i tried to rebuild, but it doesn't help. what is the best way to trace back
>that error?

Try this:

gdb locate


Then at the prompt, type

run PARAMS

where PARAMS is whatever you were passing to locate. locate should 
now run and when it crashes pop into gdb. Now type "bt" -> this will 
print out a backtrace. Send that to us, and maybe we can get an idea 
of what is going on.


Cheers,

Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:[EMAIL PROTECTED]>
phone: (+49) 6151-494890

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to