PostgreSQL and Faulting module



Im刚刚安装了Postgresql9.6,并通过pgAdmin4创建了服务器(在Win2012R2上(。我创建了DB,并使用pg_dump从另一台服务器导入表。

pg_dump -U postgres Test < test.pgsql

我使用的web服务器是Apache 2.4.27.0。在那之后,我试图用PHP文件连接到数据库测试。事件查看器中存在问题:

Faulting application name: httpd.exe, version: 2.4.27.0, time stamp: 0x59616b7b
Faulting module name: libintl-8.dll, version: 0.19.4.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00000000000067e2
Faulting process id: 0xd24
Faulting application start time: 0x01d320befcc84638
Faulting application path: D:WEB_ServerApache24binhttpd.exe
Faulting module path: D:WEB_ServerPostgreSQLpg96binlibintl-8.dll
Report Id: c47e5ac2-8cb2-11e7-93fc-000c296b33a1
Faulting package full name: 
Faulting package-relative application ID: 

你能帮我解决这个问题吗?

这是Apache error.log的输出(首先是文件的大小wa 1GB,我删除了它,因为它说不能查看它(:

[Tue Aug 29 15:30:26.686558 2017] [ssl:warn] [pid 3676:tid 436] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:30:26.905287 2017] [ssl:warn] [pid 3676:tid 436] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:30:26.905287 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00455: Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.8 configured -- resuming normal operations
[Tue Aug 29 15:30:26.905287 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00456: Server built: Jul  8 2017 16:32:10
[Tue Aug 29 15:30:26.905287 2017] [core:notice] [pid 3676:tid 436] AH00094: Command line: 'D:\WEB_Server\Apache24\bin\httpd.exe -d D:/WEB_Server/Apache24'
[Tue Aug 29 15:30:26.905287 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00418: Parent: Created child process 3692
[Tue Aug 29 15:30:27.389682 2017] [ssl:warn] [pid 3692:tid 328] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:30:27.545915 2017] [ssl:warn] [pid 3692:tid 328] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:30:27.545915 2017] [mpm_winnt:notice] [pid 3692:tid 328] AH00354: Child: Starting 64 worker threads.
[Tue Aug 29 15:31:01.624105 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00428: Parent: child process 3692 exited with status 3221225477 -- Restarting.
[Tue Aug 29 15:31:02.014722 2017] [ssl:warn] [pid 3676:tid 436] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:02.030347 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00455: Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.8 configured -- resuming normal operations
[Tue Aug 29 15:31:02.030347 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00456: Server built: Jul  8 2017 16:32:10
[Tue Aug 29 15:31:02.030347 2017] [core:notice] [pid 3676:tid 436] AH00094: Command line: 'D:\WEB_Server\Apache24\bin\httpd.exe -d D:/WEB_Server/Apache24'
[Tue Aug 29 15:31:02.030347 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00418: Parent: Created child process 1152
[Tue Aug 29 15:31:02.592895 2017] [ssl:warn] [pid 1152:tid 332] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:02.811604 2017] [ssl:warn] [pid 1152:tid 332] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:02.827231 2017] [mpm_winnt:notice] [pid 1152:tid 332] AH00354: Child: Starting 64 worker threads.
[Tue Aug 29 15:31:31.014810 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00428: Parent: child process 1152 exited with status 3221225477 -- Restarting.
[Tue Aug 29 15:31:31.514787 2017] [ssl:warn] [pid 3676:tid 436] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:31.530428 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00455: Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.8 configured -- resuming normal operations
[Tue Aug 29 15:31:31.530428 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00456: Server built: Jul  8 2017 16:32:10
[Tue Aug 29 15:31:31.530428 2017] [core:notice] [pid 3676:tid 436] AH00094: Command line: 'D:\WEB_Server\Apache24\bin\httpd.exe -d D:/WEB_Server/Apache24'
[Tue Aug 29 15:31:31.530428 2017] [mpm_winnt:notice] [pid 3676:tid 436] AH00418: Parent: Created child process 4064
[Tue Aug 29 15:31:32.046058 2017] [ssl:warn] [pid 4064:tid 328] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:32.374232 2017] [ssl:warn] [pid 4064:tid 328] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 29 15:31:32.389886 2017] [mpm_winnt:notice] [pid 4064:tid 328] AH00354: Child: Starting 64 worker threads.

原来我试图查看不存在的表,导致模块崩溃。这是正常的撞车事故吗?为什么php不提示我该表不存在?

最新更新