flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
What were you doing at the time that triggered the error?
|
|||
![]() |
|
kerr
This mistake has been around for a long time.
|
|||
![]() |
|
YONG
Probably caused by a corrupt session table in the database. Just wait a few minutes and/or restart your browser.
![]() |
|||
![]() |
|
kerr
yes .
|
|||
![]() |
|
revolution
Same error, different line number
Code: phpBB : Critical Error Error creating new session DEBUG MODE SQL Error : 1062 Duplicate entry '9c1b9f262703e26764d94f7c78322c47' for key 'PRIMARY' INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('9c1b9f262703e26764d94f7c78322c47', 908, 1542644427, 1542644427, '0101a8c0', -2, 1, 0) Line : 198 File : sessions.php https://board.flatassembler.net/search.php?search_id=recentposts I tried again after 2.3 seconds and the error has gone. |
|||
![]() |
|
DimonSoft
<OffTop>Nice example to show for people thinking hashes never have collisions. The same for GUIDs.</OffTop>
|
|||
![]() |
|
revolution
DimonSoft wrote: <OffTop>Nice example to show for people thinking hashes never have collisions. The same for GUIDs.</OffTop> |
|||
![]() |
|
DimonSoft
revolution wrote:
Definitely. It’s often enough to have the same source data (including salt) which might even be the case this time. It just seems phpBB developers didn’t think enough about that, and having hash being a primary key is obviously a bad idea: due to birthday problem we don’t need 2^128 hashes for a collision to happen and due to obviously uneven distribution of the source data the probability of collision increases significantly. |
|||
![]() |
|
DimonSoft
Code: phpBB : Critical Error Error creating new session DEBUG MODE SQL Error : 1062 Duplicate entry '2d7e75fd2fcda1f3b95583078ebd65c2' for key 'PRIMARY' INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('2d7e75fd2fcda1f3b95583078ebd65c2', 3860, 1563471420, 1563471420, '25d63946', 0, 1, 0) Line : 198 File : sessions.php |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.