ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Di <denyago@rambler.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] phpMyAdmin и segmentation fault apache2
Date: Sun, 10 Jan 2010 17:19:35 +0200
Message-ID: <4B49F007.3090601@rambler.ru> (raw)
In-Reply-To: <95fd77d91001100539w70b29f91j348ea76ae462122f@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3354 bytes --]

On 10.01.2010 15:39, Дмитрий Кулик wrote:
> 2010/1/10 Di<denyago@rambler.ru>:
>
>> Просто обидно. "Вчера работало - сегодня, нет оО".
>> При попытке открыть стартовую страницу pma получаю в логи:
>> [Sun Jan 10 13:20:12 2010] [notice] child pid 25747 exit signal Segmentation
>> fault (11)
>>
>> Перезапуск сервиса и перезагрузка не помогают. Какая ещё полезная информация
>> нужна?
> Попробуйте поставить из сизифа. phpMyAdmin_3.2.4-alt3

поставил - не помогает. Пробую:
[root@cuprum cli]# php -v
PHP 5.2.11-dev with Suhosin-Patch 0.9.7 (cli) (built: Jul 28 2009 14:14:19)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
     with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH
Segmentation fault

Если убрать расширение mysql.so сегфорлта нет. Впрочем, код 
исполняется.... (с включенным расширением)
[root@cuprum cli]# php -r "echo 'hi  '; echo 'helo '; echo 'blin ';"
hi  helo blin Segmentation fault

Это может возникать из-за проблем с ФС, на которой крутятся контейнеры? 
Пробовал "strace php -v" , сначала он заканчивался сегфолтом, а потом 
перестал....
brk(0x79a000)                           = 0x79a000
write(1, "PHP 5.2.11-dev with Suhosin-Patc"..., 243PHP 5.2.11-dev with 
Suhosin-Patch 0.9.7 (cli) (built: Jul 28 2009 14:14:19)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
     with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH
) = 243
open("/dev/urandom", O_RDONLY)          = 4
read(4, "z\205\304C\224$\213\321", 8)   = 8
close(4)                                = 0
open("/dev/urandom", O_RDONLY)          = 4
read(4, "\24P\237\32\343\356\325\306", 8) = 8
close(4)                                = 0
open("/dev/urandom", O_RDONLY)          = 4
read(4, "\236\3628\377+\236\247K", 8)   = 8
close(4)                                = 0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
munmap(0x2aaaae582000, 2150528)         = 0
munmap(0x2aaaae795000, 3633160)         = 0
munmap(0x2aaaaed28000, 2442608)         = 0
munmap(0x2aaaaef7d000, 3654168)         = 0
munmap(0x2aaaaf2fa000, 2734832)         = 0
munmap(0x2aaaaf596000, 2250856)         = 0
munmap(0x2aaaaf7bc000, 2109840)         = 0
munmap(0x2aaaaf9c0000, 2126768)         = 0
munmap(0x2aaaafbc8000, 2105416)         = 0
munmap(0x2aaaae16d000, 2136280)         = 0
munmap(0x2aaaae37c000, 2120256)         = 0
munmap(0x2aaaadd7a000, 4140752)         = 0
munmap(0x2aaaac661000, 2499584)         = 0
munmap(0x2aaaac8c9000, 2479432)         = 0
munmap(0x2aaaacb27000, 2708936)         = 0
munmap(0x2aaaacdbd000, 2167992)         = 0
munmap(0x2aaaacfcf000, 2257912)         = 0
munmap(0x2aaaad1f7000, 2241112)         = 0
munmap(0x2aaaad41b000, 3378520)         = 0
munmap(0x2aaaad754000, 2212848)         = 0
munmap(0x2aaaad971000, 2105616)         = 0
munmap(0x2aaaadb74000, 2117872)         = 0
fcntl(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
fcntl(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
shmdt(0x2aaaafff5000)                   = 0
shmctl(8978433, IPC_RMID, 0)            = -1 EINVAL (Invalid argument)
close(3)                                = 0
unlink("/tmp/session_mm_cli0.sem")      = 0
munmap(0x2aaaafdcb000, 2267400)         = 0
exit_group(0)                           = ?



[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 366 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
tel;pager:diyago@jabber.te.ua
tel;home:80442434512
tel;cell:80662933760
note:diyago@jabber.te.ua
x-mozilla-html:FALSE
version:2.1
end:vcard


  reply	other threads:[~2010-01-10 15:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-10 11:35 Di
2010-01-10 13:39 ` Дмитрий Кулик
2010-01-10 15:19   ` Di [this message]
2010-01-10 15:27     ` Дмитрий Кулик
2010-01-10 13:42 ` Anton A. Vinogradov
2010-01-10 14:58   ` Дмитрий Кулик

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B49F007.3090601@rambler.ru \
    --to=denyago@rambler.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git