Project

General

Profile

Actions

Bug #88451

closed

Module Backend User, Filtering leads to Exception

Added by Florian Schuhmann almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-05-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I'm running a TYPO3 v9.5.7 with multiple Be-User Groups.

When I filter for some group in the backend in the module "Backend Users" and repeat this process 3 times, I get the following error message:

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 31600640 bytes) in /var/www/html/typo3/public/typo3/sysext/core/Classes/Log/Writer/FileWriter.php on line 155

After some more debugging I come to the real origin:

"Data too long for column 'uc' at row 1" Doctrine\DBAL\Exception\DriverException

When I go to the User Settings and click to "Reset Configuration and Clear Temporary Data", I can repeat the filtering process 3 times until the error occurs again. If I do not do this, the error occurs every time I try to filter in the module.

Setting the UC in DB to null and load the module "Backend users" the uc blows up to 1,04kB.
After submit the filter form the first time the uc reaches 4,39 MB
After second submit the uc reaches 13,18 MB
The third submit then leads to the error.


Files

2019-05-28_16h39_54.jpg (57.2 KB) 2019-05-28_16h39_54.jpg Florian Schuhmann, 2019-05-28 16:44
2019-06-04_15h07_35.jpg (21.8 KB) 2019-06-04_15h07_35.jpg Florian Schuhmann, 2019-06-04 15:07

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88245: Group filter in backend user module throws an exceptionClosed2019-04-29

Actions
Related to TYPO3 Core - Bug #86361: Filtering for a Backend User Group leads to an Exception in the Backend User ModuleClosed2018-09-24

Actions
Actions

Also available in: Atom PDF