Custom Query (267 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 267)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#246 worksforme Segmentation Fault moo ps
Description

Hi XCache team,

I have the following error on my server:

xc_fcntl_lock failed errno:9

The environment is: PHP 5.2.8 with Suhosin-Patch 0.9.6.3 (cli) (built: Mar 1 2009 10:26:06) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

with the ionCube PHP Loader v3.1.34, Copyright (c) 2002-2009, by ionCube Ltd. with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins? GmbH

XCache version 1.2.2. gives me a segmentation fault after approx. 1-2 minutes of run time. Our server runs on Apache 1.3 and the error appears in Magento 1.3.2.4.

Any help is greatly appreciated. If you need any further information, please don't hesitate to ask.

Thanks a lot in advance and best regards,

Pascal

#34 duplicate Apache can't start with PHP/xcache moo apachephp@…
Description

My apache just does not to start with PHP/xcache with no log info. Apache: 2.0.59 PHP: 5.1.6

uname -m;uname -r;uname -s;uname -v                                                      
x86_64
2.6.13-15-smp
Linux
#1 SMP Tue Sep 13 14:56:15 UTC 2005

SUSE LINUX 10.0 (X86-64)

model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
stepping        : 2
cpu MHz         : 2010.328
cache size      : 512 KB

How to deal with it?

#116 duplicate memory leaks while comparing xcache_get results moo judas_iscariote
Description

memory leak with the following code

<?php
$a = array(1, 2);
$c = $a;

xcache_set("a", $a);

xcache_set("c", $c);

if(xcache_get('a') == xcache_get('c')) {
    echo "hrmmkay\n";
}

?>
Script:  'crash.php'
/home/cristian/php5/Zend/zend_vm_execute.h(182) :  Freeing 0x00C964F8 (24 bytes), script=crash.php
Last leak repeated 1 time
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(17119) :  Freeing 0x00C96568 (24 bytes), script=crash.php
Last leak repeated 3 times
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(15651) :  Freeing 0x00C965D8 (64 bytes), script=crash.php
Last leak repeated 3 times
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(16923) :  Freeing 0x00C96750 (72 bytes), script=crash.php
Last leak repeated 1 time
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(15636) :  Freeing 0x00C967F0 (64 bytes), script=crash.php
/home/cristian/php5/Zend/zend_alloc.c(2323) : Actual location (location was relayed)
Last leak repeated 1 time
=== Total 14 memory leaks detected ===

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.