6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7335] create.php ticket
*
Your Email Address
*
Spam protection
Enter the letters below:
._..__ .__ . .. . | [ __[__)|\/|\ / _|_[_./| \| | \/
Comment
>> I'm facing the same Problem when calling "Create Ticket"-Page > > > > Me too. Apache child process is segfaulting. > > > > With the help of eaccelerator I was able to pin it down: > > in four places in WHUPS/lib/Driver/sql.php the function sprintf is > being called in order to generate a log message with one argument > being generated by implode: > > > > $string = sprintf("Whups_Driver_sql::getQueueUsers(): query=%s; > values=%s", $query, implode(',', $values)); > > > > It doesn't crash if called like this: > > > > $dummy = implode(',', $values); > > $string = sprintf("Whups_Driver_sql::getQueueUsers(): query=%s; > values=%s", $query, $dummy; > > > > Affected line are: 1460, 1574, 1828, 2063. > > > > In the first affected function getQueueUsers($queueId) when crashing > $queueID seems to be empty, therefore $values = array($queueId) is > empty and implode(empty string) inside sprintf eventually becomes a > invalid parameter? > > > > No patch attached, as cause in uncertain.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers