OAFC_Rob Posted September 7, 2012 Share Posted September 7, 2012 I've had to copy over a a script from another developer and tried to get it running on my machine, but my php error log keeps coming back with the following; b74a6000-b75bc000 rw-p 00000000 00:00 0 b75bc000-b76f0000 r-xp 00000000 fd:00 786556 /usr/lib/libnss3.so b76f0000-b76f3000 r--p 00134000 fd:00 786556 /usr/lib/libnss3.so b76f3000-b76f5000 rw-p 00137000 fd:00 786556 /usr/lib/libnss3.so b76f5000-b76f9000 rw-p 00000000 00:00 0 b76fe000-b7703000 r-xp 00000000 fd:00 918366 /usr/lib/php/modules/pdo_sqlite.so b7703000-b7704000 rw-p 00004000 fd:00 918366 /usr/lib/php/modules/pdo_sqlite.so b7704000-b7705000 rw-p 00000000 00:00 0 bfd51000-bfd66000 rw-p 00000000 00:00 0 [stack] [Fri Sep 07 10:01:35 2012] [notice] child pid 1310 exit signal Aborted (6) I'm still learning linux command line stuff, and how to setup php etc... so go easy on me Does this mean I am missing some files / configs or have I got something different setup to the other developer. Also the reason I am having to have a look at it is because he is away on holiday and something he usually runs locally isn't working. On his machine I have determined that it is an issue when setting up an PDO object for an external database connection. Quote Link to comment Share on other sites More sharing options...
phpfreak Posted September 22, 2012 Share Posted September 22, 2012 Your best bet when you see this happening is to recompile PHP. Try a new version, perhaps something has gone crazy on your setup, or some files were moved, or some depenencies were updated and now causing segfaults. Reinstall if you're on Windows, or recompile if you're on Linux. If it keeps happening, check your RAM. I know this sounds crazy, but I've seen a bad stick of memory in a server cause havoc on applications. Good Luck! Let me know if you have questions! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.