AsmBB

Power
Login Register

Minor bugs in dev trunks
0

0 1
#16088 (ツ) ganuonglachanh
Created 27.03.2020, read: 2700 times

I noticed that in the latest branch, when I visit the:

http://127.0.0.1/!debuginfo

StrLib statistics Strings array size: 1758 <= it was only 160-250 before, rarely go about 500

Allocated strings: 80

Next slot to search: 944

#16089 (ツ) ganuonglachanh
Created 27.03.2020, read: 2699 times

I can confirm it's a bug, under heavy load, it changed to:

StrLib statistics
Strings array size: 7880

Allocated strings: 1256

Next slot to search: 559

and the engine hang :-(

#16090 (ツ) ganuonglachanh
Created 27.03.2020, read: 2699 times

Other minor bug, in Modern theme, you forgot the 'ban' image

a.ban_link {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    vertical-align: middle;
}
#16091 (ツ) johnfound
Created 27.03.2020, read: 2699 times
ganuonglachanh

Yes, that the only content from fault.txt, the branch is pretty old:

https://asm32.info/fossil/repo/asmbb/info/b1b34acbf71dada0

Maybe I will update it to the new branch to check it out, could be fixed

Very strange fault.txt. Anyway, please update, it is very possible this bug is already fixed.

#16095 (ツ) ganuonglachanh
Last edited: 29.03.2020 by ganuonglachanh , read: 2688 times

Hi johnfound

I updated to the latest 2.8 release in trunk, the 2 bugs below still existed, could you take a look ?


Strings array size: 32100

Allocated strings: 77

Next slot to search: 320

Other minor bug, in Modern theme, you forgot the 'ban' image

a.ban_link {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    vertical-align: middle;
}

Thank you!

#16097 (ツ) johnfound
Created 29.03.2020, read: 2685 times
ganuonglachanh

Hi johnfound

I updated to the latest 2.8 release in trunk, the 2 bugs below still existed, could you take a look ?


Strings array size: 32100

Allocated strings: 77

Next slot to search: 320

If you are considering a bug Strings array size: 32100, it is not. This is simply indication that the engine has been loaded a lot and there were 32100 strings allocated in the past. But all they has been deleted. The current number of allocated strings is 77 which is OK for the normal work of the engine with one user browsing.

ganuonglachanh

Other minor bug, in Modern theme, you forgot the 'ban' image

a.ban_link {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    vertical-align: middle;
}

Thank you!

Well, this is actually funny. :-D The point is that the function for banning users is still not implemented and not working. So this link (visible only for the admins is fake and not working). In Modern theme, there is no image, but Unicode character "thumb down" instead.

You can simply ignore this or delete the whole link from the template.

0 1

Minor bugs in dev trunks
0

AsmBB v3.0 (check-in: a316dab8b98d07d9); SQLite v3.42.0 (check-in: 831d0fb2836b71c9);
©2016..2023 John Found; Licensed under EUPL. Powered by Assembly language Created with Fresh IDE