6.0.0-beta1
7/17/25

[#12134] horde-alarms and other command line programms are not working but consuming endless memory
Summary horde-alarms and other command line programms are not working but consuming endless memory
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Duplicate
Priority 1. Low
Owners
Requester torben (at) dannhauer (dot) info
Created 03/20/2013 (4502 days ago)
Due
Updated 03/21/2013 (4501 days ago)
Assigned
Resolved 03/20/2013 (4502 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/21/2013 08:36:25 AM torben (at) dannhauer (dot) info Comment #3 Reply to this comment
Duplicate of #12124.
thanks,

I will continue in the other bug, close this one please.

Thanks!


03/20/2013 10:47:31 PM Michael Slusarz Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of #12124.
03/20/2013 09:31:55 PM torben (at) dannhauer (dot) info Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ horde-alarms and other command line programms are not working but consuming endless memory
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Dear Horde Team,

If I start horde-alarms or other horde CLI binaries, nothing happens 
but I can watch the PHP process eating the systems memory and stallin 
it at the end within minutes.

If i call it with strace ("strace horde-alarms) it seems it is reading 
the configfile horde/config/conf.php again and again;

...
access("/usr/share/php/www/horde/lib/Core/Factory/Logger.php", F_OK) = 
-1 ENOENT (No such file or directory)
access("/usr/share/php/www/horde/lib/Horde/Core/Factory/Logger.php", 
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/php/Horde/Core/Factory/Logger.php", F_OK) = 0
time(NULL)                              = 1363815000
lstat("/usr/share/php/Horde/Core/Factory/Logger.php", 
{st_mode=S_IFREG|0644, st_size=4395, ...}) = 0
lstat("/usr/share/php/Horde/Core/Factory", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
lstat("/usr/share/php/Horde/Core", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
open("/usr/share/php/Horde/Core/Factory/Logger.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4395, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4395, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4395, ...}) = 0
mmap(NULL, 4395, PROT_READ, MAP_SHARED, 3, 0) = 0x7f9e05ad0000
munmap(0x7f9e05ad0000, 4395)            = 0
close(3)                                = 0
access("/usr/share/php/www/horde/lib/Core/Factory/Injector.php", F_OK) 
= -1 ENOENT (No such file or directory)
access("/usr/share/php/www/horde/lib/Horde/Core/Factory/Injector.php", 
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/php/Horde/Core/Factory/Injector.php", F_OK) = 0
time(NULL)                              = 1363815000
lstat("/usr/share/php/Horde/Core/Factory/Injector.php", 
{st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
open("/usr/share/php/Horde/Core/Factory/Injector.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
mmap(NULL, 1042, PROT_READ, MAP_SHARED, 3, 0) = 0x7f9e05ad1000
munmap(0x7f9e05ad1000, 1042)            = 0
close(3)                                = 0
access("/usr/share/php/www/horde/lib/Core/Factory/Base.php", F_OK) = 
-1 ENOENT (No such file or directory)
access("/usr/share/php/www/horde/lib/Horde/Core/Factory/Base.php", 
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/php/Horde/Core/Factory/Base.php", F_OK) = 0
time(NULL)                              = 1363815000
lstat("/usr/share/php/Horde/Core/Factory/Base.php", 
{st_mode=S_IFREG|0644, st_size=1810, ...}) = 0
open("/usr/share/php/Horde/Core/Factory/Base.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1810, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1810, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1810, ...}) = 0
mmap(NULL, 1810, PROT_READ, MAP_SHARED, 3, 0) = 0x7f9e05ad1000
munmap(0x7f9e05ad1000, 1810)            = 0
close(3)                                = 0
time(NULL)                              = 1363815000
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f9e05ad0000
brk(0x1af1000)                          = 0x1af1000
munmap(0x7f9e05ad0000, 7886)            = 0
close(3)                                = 0
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000
brk(0xdd34000)                          = 0xdd34000
munmap(0x7f3160a72000, 7886)            = 0
close(3)                                = 0
time(NULL)                              = 1363814079
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000
munmap(0x7f3160a72000, 7886)            = 0
close(3)                                = 0
time(NULL)                              = 1363814079
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000
brk(0xdd74000)                          = 0xdd74000
munmap(0x7f3160a72000, 7886)            = 0
close(3)                                = 0
time(NULL)                              = 1363814079
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000
munmap(0x7f3160a72000, 7886)            = 0
close(3)                                = 0
time(NULL)                              = 1363814079
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000
brk(0xddb4000)                          = 0xddb4000
munmap(0x7f3160a72000, 7886)            = 0
close(3)                                = 0
time(NULL)                              = 1363814079
open("/usr/share/php/www/horde/config/conf.php", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
mmap(NULL, 7886, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3160a72000

...


Saved Queries