Jump to content

php error_log issues


OAFC_Rob

Recommended Posts

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  :P

 

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.

Link to comment
Share on other sites

  • 2 weeks later...

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!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.