17 Jan
2016
17 Jan
'16
3:11 p.m.
On Jan 17, 2016, at 5:18 AM, Luca Palazzo <luca.palazzo@unict.it> wrote:
Alan, I finally isolated the problem. If a user is not in any group, so sql-group is null, FR will crash in some time, not immediately.
Then it's some kind of emory corruption. Which is much harder to track down.
I solved adding a UNION SELECT 'NOGROUP' As GroupName FROM usergroup' to groupcheck query. Anyway, it would be better correcting it in the code, it may cause some other kind of problem.
If I can reproduce it, sure. Otherwise, it's difficult to fix a bug which is sporadic, and unreproducible. Alan DeKok.