Bug #2090
closedSometimes then website reload automaticaly always
0%
Description
when i use firefox version 22 with windows 7 sometimes then website reload automaticaly always, this occurs with my smartphone too
Updated by Wim Dumon over 11 years ago
- Status changed from New to Feedback
Can you be more specific?
Wt running on Windows or Linux?
Boost version?
Wt version?
Is it related to the application that is running?
JS errors?
Wim.
Updated by Marcio Sales over 11 years ago
when i open wt app on firefox version 22 with windows 7 sometimes then website reload automaticaly always, this occurs with my smartphone with android 4.2.2.
Wt running on Linux Debian 6
Boost version: 1.42
Wt version: 3.3.0
this is address: www.ifmt.edu.br with wt application related.
no JS errors.
Márcio
Updated by Wim Dumon over 11 years ago
I could not reproduce this on Windows, but my android phone seems to reload the page. Normally you should see the reason why in the server logs.
Could you try the most recent git version of Wt? If this still fails, can you reproduce the behaviour in a small test case?
BR,
Wim.
Updated by Koen Deforche over 11 years ago
- Target version changed from 3.3.0 to 3.3.1
Updated by Marcio Sales about 11 years ago
i'm upgraded to 3.3.1 rc1 and now the reload automatic in any browser
look: http://www.ifmt.edu.br/wt_reload.mpg
Márcio
Updated by Marcio Sales about 11 years ago
i'm testing on five computer and all computer refresh automaticaly
Updated by Marcio Sales about 11 years ago
if you want to test please open www.ifmt.edu.br and waiting until 1 or 2 minutes
Updated by Marcio Sales about 11 years ago
hi,
i found this error on log:
[2013-Sep-16 17:24:20.538513] 28957 [/ ln4iW7eSXHaswFQ7] [error] "Wt: fatal error: Script id mismatch"
[2013-Sep-16 17:24:20.538766] 28957 - [info] "WebRequest: took 14598.9ms"
[2013-Sep-16 17:24:20.544273] 28957 - [info] "Wt: session created (#sessions = 4)"
portal.wt: /usr/local/include/boost/smart_ptr/shared_ptr.hpp:653: typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = http::server::WtReply, typename boost::detail::sp_member_access::type = http::server::WtReply*]: Assertion `px != 0' failed.
The program has unexpectedly finished.
Updated by Marcio Sales about 11 years ago
hi,
the wt process dead, and monit restart again and the page reload
monit is configuring to check 10 seconds.
Updated by Marcio Sales about 11 years ago
hi,
i think that the problem is wtimer, i use wtimer to rotate banner.
Updated by Koen Deforche about 11 years ago
- Target version changed from 3.3.1 to 3.3.2
Updated by Marcio Sales almost 11 years ago
hi,
Another possibility is a much slower connection
Updated by Koen Deforche almost 11 years ago
- Status changed from Feedback to InProgress
- Assignee set to Koen Deforche
Hey Marcio,
The error definitely indicates a bug in Wt that we would like to get ironed out. I'll dive into this.
Regards,
koen
Updated by Marcio Sales almost 11 years ago
hi,
Another possibility is when application has a problem accessing the db and the db is slow.
I think when there is a resource that the application needs to render and this resource is slow the problem occurs.
BR
Márcio
Updated by Koen Deforche almost 11 years ago
- Status changed from InProgress to Resolved
Hey,
The latest version should fix the reply ptr assertion issue.
Regards,
koen
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed