Discussion:
[Wt-interest] Unknown trace output; decodeSignal() not exposed
Mark@Lorimark Solutions
2015-09-11 10:20:35 UTC
Permalink
I'm seeing these messages in my trace output; "Wt: decodeSignal():
signal '???' not exposed"

What does this mean?
[2015-Sep-11 06:16:17.447459] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's51' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.448974] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 2841
[2015-Sep-11 06:16:17.449024] 1799 - [info] "WebRequest: took 6.178ms"
[2015-Sep-11 06:16:17.563058] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's4f' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.563501] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
[2015-Sep-11 06:16:17.563545] 1799 - [info] "WebRequest: took 0.697ms"
[2015-Sep-11 06:16:17.625694] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's50' not exposed"
[2015-Sep-11 06:16:17.626165] 1799 - [info] "WebRequest: took 0.627ms"71.x.x.x - - [2015-Sep-11 06:16:17.626119] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
--
~mark


------------------------------------------------------------------------------
Russell, Matthew
2015-09-14 13:30:12 UTC
Permalink
I get that whenever I click on a button on a page when the "Loading..." icon in the red right is visible, which is about 90% of the time when you're running Wt in the debugger.

I'm looking into this now, and intend to implement more server pushes than pulls: http://redmine.emweb.be/boards/1/topics/11228

-----Original Message-----
From: Mark@ [mailto:Lorimark Solutions ***@lorimarksolutions.com]
Sent: September-11-15 6:21 AM
To: witty-***@lists.sourceforge.net
Subject: [Wt-interest] Unknown trace output; decodeSignal() not exposed

I'm seeing these messages in my trace output; "Wt: decodeSignal():
signal '???' not exposed"

What does this mean?
[2015-Sep-11 06:16:17.447459] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's51' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.448974] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 2841
[2015-Sep-11 06:16:17.449024] 1799 - [info] "WebRequest: took 6.178ms"
[2015-Sep-11 06:16:17.563058] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's4f' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.563501] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
[2015-Sep-11 06:16:17.563545] 1799 - [info] "WebRequest: took 0.697ms"
[2015-Sep-11 06:16:17.625694] 1799 [/staff GQWXUCslmpwnhpsn] [error] "Wt: decodeSignal(): signal 's50' not exposed"
[2015-Sep-11 06:16:17.626165] 1799 - [info] "WebRequest: took 0.627ms"71.x.x.x - - [2015-Sep-11 06:16:17.626119] "POST /staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
--
~mark
Koen Deforche
2015-09-14 18:55:14 UTC
Permalink
Hey Mark,

These could be innocent, but aren't always. This error is given if an event
is relayed from the browser to the server while the server hasn't exposed
this event. Unfortunately, because events are posted in batch to the server
(and queued up until you get a response), the typical case where the error
is innocent is when the widget is being deleted by a first event, that
would receive the subsequent events. In 3.3.5, we added an additional check
that mitigates this specific case. But you may still see spurious errors.

When you do have a real misbehavior, these errors may be a hint (especially
to us) that something real is wrong related to widgets and events.

Koen
Post by ***@Lorimark Solutions
signal '???' not exposed"
What does this mean?
[2015-Sep-11 06:16:17.447459] 1799 [/staff GQWXUCslmpwnhpsn] [error]
"Wt: decodeSignal(): signal 's51' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.448974] "POST
/staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 2841
[2015-Sep-11 06:16:17.449024] 1799 - [info] "WebRequest: took 6.178ms"
[2015-Sep-11 06:16:17.563058] 1799 [/staff GQWXUCslmpwnhpsn] [error]
"Wt: decodeSignal(): signal 's4f' not exposed"
71.x.x.x - - [2015-Sep-11 06:16:17.563501] "POST
/staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
[2015-Sep-11 06:16:17.563545] 1799 - [info] "WebRequest: took 0.697ms"
[2015-Sep-11 06:16:17.625694] 1799 [/staff GQWXUCslmpwnhpsn] [error]
"Wt: decodeSignal(): signal 's50' not exposed"
[2015-Sep-11 06:16:17.626165] 1799 - [info] "WebRequest: took
0.627ms"71.x.x.x - - [2015-Sep-11 06:16:17.626119] "POST
/staff?wtd=GQWXUCslmpwnhpsn HTTP/1.1" 200 50
--
~mark
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
Loading...