Bug 4723 - tlclient crashes under MS App Verifier (again)
Summary: tlclient crashes under MS App Verifier (again)
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on: 3936
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-25 13:54 CEST by Peter Åstrand
Modified: 2014-10-14 16:34 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments
Dr MinGW traceback of current source, debug build (7.34 KB, text/plain)
2013-06-25 13:55 CEST, Peter Åstrand
Details

Description Peter Åstrand cendio 2013-06-25 13:54:26 CEST
This is bug 3936 again:

When using the MS App Verifier, tlclient crashes when opening the options
dialog.

This seems to be a build system regression. If I back the tlclient source to 2012-10-25, the crash still happens.
Comment 1 Peter Åstrand cendio 2013-06-25 13:55:25 CEST
Created attachment 480 [details]
Dr MinGW traceback of current source, debug build
Comment 2 Peter Åstrand cendio 2013-11-04 12:46:58 CET
With build 4135, it's worse than 4.1.0: Now the client crashes also on every login, if the "Handle" test is activated. This is the test description:

Handles Stop Details 
 
The Handles tests ensure that an application does not attempt to use invalid handles. This includes the following checks: 

Ensures that handles are valid when passed to APIs that take a handle. If a NULL value or an INVALID_HANDLE_VALUE value is passed, the handle is clearly invalid and further investigation is necessary. 

Ensures that TLS indexes passed to TLS functions are valid. 

Ensures that APIs are not called with handles that have been closed. 

Following is a list of verifier stops that may occur when running the Handles verifier against a solution or project on different platforms: 

Error message
 Stop code
 
Invalid handle exception for current stack trace
 0300
 
Invalid TLS index used in current stack
 0301
 
Invalid parameters for WaitForMultipleObjects call
 0302
 
NULL handle passed as parameter. A valid handle must be used
 0303
 
Waiting on a thread handle in DllMain
 0304
 
Incorrect object type for handle
 0305
 


Properties
There is one property that you can change for the Handles check:

Traces - Enter in the amount of handle traces to be saved. For example 1024 will save 1k handle traces.
Comment 3 Peter Åstrand cendio 2014-10-14 16:34:00 CEST
With 4.3.0, only the "Heaps" test causes the crash.

Note You need to log in before you can comment on or make changes to this bug.