On Tue, 31 Aug 1999, Mark E. Drummond wrote:
> Hi all. I have 2 apps (my MySQL Monitor and X-Chat) that
> run fine when run by root, but segfault when run by my
> normal user. What gives?
Chances are the program is attempting to open a file for read and/or
write. As root you can read/write any file on the system. As user, that's
not the case and that can prevent a program from accessing a file that it
needs. If the program were written correctly, it would give an error, not
core dump.
Check the permissions on all files and directories that the program uses
and make sure that the user as the appropriate ownerships and/or
permissions on the files.
--
John Evans -- Admin
Kilnar Networking Services
http://www.kilnar.com/