Network drive launched applications randomly crashes on Windows 10 (1703/1809) reporting 0xc0000006 exception or error “Unable to process error” The Next CEO of Stack OverflowUnable to map a network drive from a Windows NT PC, to a Windows 2000 PCThe peer is not responding to phase 1 ISAKMP requestsGroup Policy: Mapped Drives failing to load, Windows Server 2012 Active Directory and Windows Pro 10Add-AppxPackage : 0x80073CF6, … could not be registered. Merge Failure : error 0x80070003 :Win10 unable to send Corporate (Windows) Error Report on internal networkWindows 10 PE Unable to map network drive anonymouslyReFS / storage spaces drive being dropped under heavy loadStrange behavior from App-V virtualized application - can't start new instance until all others are closedWindows 10 offline <-> network drive nightmareMDT Deployed Image has tanked ability to Apply Cumulative Windows 10 updates
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Go Pregnant or Go Home
Visit to the USA with ESTA approved before trip to Iran
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Was a professor correct to chastise me for writing "Prof. X" rather than "Professor X"?
Describing a person. What needs to be mentioned?
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Opposite of a diet
Should I tutor a student who I know has cheated on their homework?
Does the Brexit deal have to be agreed by both Houses?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Anatomically Correct Mesopelagic Aves
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Whats the best way to handle refactoring a big file?
Is it safe to use c_str() on a temporary string?
How to make a software documentation "officially" citable?
Why did we only see the N-1 starfighters in one film?
WOW air has ceased operation, can I get my tickets refunded?
Why does standard notation not preserve intervals (visually)
How to safely derail a train during transit?
Why does C# sound extremely flat when saxophone is tuned to G?
How do I construct this japanese bowl?
Network drive launched applications randomly crashes on Windows 10 (1703/1809) reporting 0xc0000006 exception or error “Unable to process error”
The Next CEO of Stack OverflowUnable to map a network drive from a Windows NT PC, to a Windows 2000 PCThe peer is not responding to phase 1 ISAKMP requestsGroup Policy: Mapped Drives failing to load, Windows Server 2012 Active Directory and Windows Pro 10Add-AppxPackage : 0x80073CF6, … could not be registered. Merge Failure : error 0x80070003 :Win10 unable to send Corporate (Windows) Error Report on internal networkWindows 10 PE Unable to map network drive anonymouslyReFS / storage spaces drive being dropped under heavy loadStrange behavior from App-V virtualized application - can't start new instance until all others are closedWindows 10 offline <-> network drive nightmareMDT Deployed Image has tanked ability to Apply Cumulative Windows 10 updates
Introduction
On Windows 10 (update 1703 or 1809), applications launched from a network drive crashes after period of 60 to 95 minutes. On Windows 7 applications runs flawlessly.
Symptoms
- All attempts to launch applications from network drive succeed;
- All affected 32 bit applications EXE/DLL logged an 0xc0000006 exception on Event Viewer.
- On 16 bit application (Foxpro 2.6 for MS-DOS), occurs error "Unable to process error" or simply breaks and exits.
- Once in a while "Fatal error 104 while attempting to report error 104" occured.
- Failure happens even during continuous usage (no significant inactivity period occurs);
- Failure only occured on Windows 10 32 bit/64 bit workstations either running Update 1703 or Update 1809. Windows 7 workstations were fine.
- Gathered analysis points to "safe" random period from 60 to 95 minutes between first launch and break occurs;
- Using Wireshark, error STATUS_NETWORK_SESSION_EXPIRED is consistently logged at failure ocurrs on some scenarios.
- If there are several instances, launched at different times, they all fail at the same second;
- A instance launch from a local drive runs fine even after an eventual fail on network launched instances;
- All afected sites servers are running on Windows 2016 Server;
- Network drive is functional after fail;
- If the application is launch from local drive no problem occurs;
- Network connectivity never fails (continuous PINGs) before, during or after application breaks;
Tested lab system configurations
- Windows Server 2016 Essentials (1607)
- Windows 10 32 bit / 64 bit (update 1703 / 1809)
- Windows 7 (32 bit only)
- Cable
- Switch
Server network configuration
Results of Powershell's Get-SMBServerConfiguration
command:
AnnounceComment :
AnnounceServer : False
AsynchronousCredits : 512
AuditSmb1Access : False
AutoDisconnectTimeout : 999999
AutoShareServer : True
AutoShareWorkstation : True
CachedOpenLimit : 10
DurableHandleV2TimeoutInSeconds : 180
EnableAuthenticateUserSharing : False
EnableDownlevelTimewarp : False
EnableForcedLogoff : True
EnableLeasing : False
EnableMultiChannel : True
EnableOplocks : True
EnableSecuritySignature : True
EnableSMB1Protocol : True
EnableSMB2Protocol : True
EnableStrictNameChecking : True
EncryptData : False
IrpStackSize : 15
KeepAliveTime : 2
MaxChannelPerSession : 32
MaxMpxCount : 50
MaxSessionPerConnection : 16384
MaxThreadsPerQueue : 20
MaxWorkItems : 1
NullSessionPipes : netlogon,samr,lsarpc
NullSessionShares :
OplockBreakWait : 35
PendingClientTimeoutInSeconds : 120
RejectUnencryptedAccess : True
RequireSecuritySignature : True
ServerHidden : True
Smb2CreditsMax : 8192
Smb2CreditsMin : 512
SmbServerNameHardeningLevel : 0
TreatHostAsStableStorage : False
ValidateAliasNotCircular : True
ValidateShareScope : True
ValidateShareScopeNotAliased : True
ValidateTargetName : True
Workstation network configuration
Results of Powershell's Get-SMBClientConfiguration
command:
ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 0
DormantFileLimit : 1023
EnableBandwidthThrottling : True
EnableByteRangeLockingOnReadOnlyFiles : True
EnableInsecureGuestLogons : True
EnableLargeMtu : True
EnableLoadBalanceScaleOut : True
EnableMultiChannel : True
EnableSecuritySignature : False
ExtendedSessionTimeout : 1000
FileInfoCacheEntriesMax : 64
FileInfoCacheLifetime : 0
FileNotFoundCacheEntriesMax : 128
FileNotFoundCacheLifetime : 5
KeepConn : 600
MaxCmds : 50
MaximumConnectionCountPerServer : 32
OplocksDisabled : False
RequireSecuritySignature : False
SessionTimeout : 60
UseOpportunisticLocking : False
WindowSizeThreshold : 8
What we had already done
- Checked event viewer, even on SMBCLIENT and SMBSERVER sub-events, but unable to find correlation between events and application failure.
- Tried enabling SMB1 on both server/workstation followed by a reboot;
- Tried disabling antivirus (ESET) on both server/workstation followed by a reboot;
- Disabled powersaving network on both server/workstation followed by a reboot;
- Disabled autodisconnect (changing it to -1) followed by a reboot;
- Tried disabling firewall on both server/workstation;
- Case has been under lab surveilance for weeks with no success.
Is there anyone else facing the symptons and able to provide alternative solutions?
Thanks for you attention
network-share windows-server-2016 windows-10 intermittent crash
New contributor
add a comment |
Introduction
On Windows 10 (update 1703 or 1809), applications launched from a network drive crashes after period of 60 to 95 minutes. On Windows 7 applications runs flawlessly.
Symptoms
- All attempts to launch applications from network drive succeed;
- All affected 32 bit applications EXE/DLL logged an 0xc0000006 exception on Event Viewer.
- On 16 bit application (Foxpro 2.6 for MS-DOS), occurs error "Unable to process error" or simply breaks and exits.
- Once in a while "Fatal error 104 while attempting to report error 104" occured.
- Failure happens even during continuous usage (no significant inactivity period occurs);
- Failure only occured on Windows 10 32 bit/64 bit workstations either running Update 1703 or Update 1809. Windows 7 workstations were fine.
- Gathered analysis points to "safe" random period from 60 to 95 minutes between first launch and break occurs;
- Using Wireshark, error STATUS_NETWORK_SESSION_EXPIRED is consistently logged at failure ocurrs on some scenarios.
- If there are several instances, launched at different times, they all fail at the same second;
- A instance launch from a local drive runs fine even after an eventual fail on network launched instances;
- All afected sites servers are running on Windows 2016 Server;
- Network drive is functional after fail;
- If the application is launch from local drive no problem occurs;
- Network connectivity never fails (continuous PINGs) before, during or after application breaks;
Tested lab system configurations
- Windows Server 2016 Essentials (1607)
- Windows 10 32 bit / 64 bit (update 1703 / 1809)
- Windows 7 (32 bit only)
- Cable
- Switch
Server network configuration
Results of Powershell's Get-SMBServerConfiguration
command:
AnnounceComment :
AnnounceServer : False
AsynchronousCredits : 512
AuditSmb1Access : False
AutoDisconnectTimeout : 999999
AutoShareServer : True
AutoShareWorkstation : True
CachedOpenLimit : 10
DurableHandleV2TimeoutInSeconds : 180
EnableAuthenticateUserSharing : False
EnableDownlevelTimewarp : False
EnableForcedLogoff : True
EnableLeasing : False
EnableMultiChannel : True
EnableOplocks : True
EnableSecuritySignature : True
EnableSMB1Protocol : True
EnableSMB2Protocol : True
EnableStrictNameChecking : True
EncryptData : False
IrpStackSize : 15
KeepAliveTime : 2
MaxChannelPerSession : 32
MaxMpxCount : 50
MaxSessionPerConnection : 16384
MaxThreadsPerQueue : 20
MaxWorkItems : 1
NullSessionPipes : netlogon,samr,lsarpc
NullSessionShares :
OplockBreakWait : 35
PendingClientTimeoutInSeconds : 120
RejectUnencryptedAccess : True
RequireSecuritySignature : True
ServerHidden : True
Smb2CreditsMax : 8192
Smb2CreditsMin : 512
SmbServerNameHardeningLevel : 0
TreatHostAsStableStorage : False
ValidateAliasNotCircular : True
ValidateShareScope : True
ValidateShareScopeNotAliased : True
ValidateTargetName : True
Workstation network configuration
Results of Powershell's Get-SMBClientConfiguration
command:
ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 0
DormantFileLimit : 1023
EnableBandwidthThrottling : True
EnableByteRangeLockingOnReadOnlyFiles : True
EnableInsecureGuestLogons : True
EnableLargeMtu : True
EnableLoadBalanceScaleOut : True
EnableMultiChannel : True
EnableSecuritySignature : False
ExtendedSessionTimeout : 1000
FileInfoCacheEntriesMax : 64
FileInfoCacheLifetime : 0
FileNotFoundCacheEntriesMax : 128
FileNotFoundCacheLifetime : 5
KeepConn : 600
MaxCmds : 50
MaximumConnectionCountPerServer : 32
OplocksDisabled : False
RequireSecuritySignature : False
SessionTimeout : 60
UseOpportunisticLocking : False
WindowSizeThreshold : 8
What we had already done
- Checked event viewer, even on SMBCLIENT and SMBSERVER sub-events, but unable to find correlation between events and application failure.
- Tried enabling SMB1 on both server/workstation followed by a reboot;
- Tried disabling antivirus (ESET) on both server/workstation followed by a reboot;
- Disabled powersaving network on both server/workstation followed by a reboot;
- Disabled autodisconnect (changing it to -1) followed by a reboot;
- Tried disabling firewall on both server/workstation;
- Case has been under lab surveilance for weeks with no success.
Is there anyone else facing the symptons and able to provide alternative solutions?
Thanks for you attention
network-share windows-server-2016 windows-10 intermittent crash
New contributor
add a comment |
Introduction
On Windows 10 (update 1703 or 1809), applications launched from a network drive crashes after period of 60 to 95 minutes. On Windows 7 applications runs flawlessly.
Symptoms
- All attempts to launch applications from network drive succeed;
- All affected 32 bit applications EXE/DLL logged an 0xc0000006 exception on Event Viewer.
- On 16 bit application (Foxpro 2.6 for MS-DOS), occurs error "Unable to process error" or simply breaks and exits.
- Once in a while "Fatal error 104 while attempting to report error 104" occured.
- Failure happens even during continuous usage (no significant inactivity period occurs);
- Failure only occured on Windows 10 32 bit/64 bit workstations either running Update 1703 or Update 1809. Windows 7 workstations were fine.
- Gathered analysis points to "safe" random period from 60 to 95 minutes between first launch and break occurs;
- Using Wireshark, error STATUS_NETWORK_SESSION_EXPIRED is consistently logged at failure ocurrs on some scenarios.
- If there are several instances, launched at different times, they all fail at the same second;
- A instance launch from a local drive runs fine even after an eventual fail on network launched instances;
- All afected sites servers are running on Windows 2016 Server;
- Network drive is functional after fail;
- If the application is launch from local drive no problem occurs;
- Network connectivity never fails (continuous PINGs) before, during or after application breaks;
Tested lab system configurations
- Windows Server 2016 Essentials (1607)
- Windows 10 32 bit / 64 bit (update 1703 / 1809)
- Windows 7 (32 bit only)
- Cable
- Switch
Server network configuration
Results of Powershell's Get-SMBServerConfiguration
command:
AnnounceComment :
AnnounceServer : False
AsynchronousCredits : 512
AuditSmb1Access : False
AutoDisconnectTimeout : 999999
AutoShareServer : True
AutoShareWorkstation : True
CachedOpenLimit : 10
DurableHandleV2TimeoutInSeconds : 180
EnableAuthenticateUserSharing : False
EnableDownlevelTimewarp : False
EnableForcedLogoff : True
EnableLeasing : False
EnableMultiChannel : True
EnableOplocks : True
EnableSecuritySignature : True
EnableSMB1Protocol : True
EnableSMB2Protocol : True
EnableStrictNameChecking : True
EncryptData : False
IrpStackSize : 15
KeepAliveTime : 2
MaxChannelPerSession : 32
MaxMpxCount : 50
MaxSessionPerConnection : 16384
MaxThreadsPerQueue : 20
MaxWorkItems : 1
NullSessionPipes : netlogon,samr,lsarpc
NullSessionShares :
OplockBreakWait : 35
PendingClientTimeoutInSeconds : 120
RejectUnencryptedAccess : True
RequireSecuritySignature : True
ServerHidden : True
Smb2CreditsMax : 8192
Smb2CreditsMin : 512
SmbServerNameHardeningLevel : 0
TreatHostAsStableStorage : False
ValidateAliasNotCircular : True
ValidateShareScope : True
ValidateShareScopeNotAliased : True
ValidateTargetName : True
Workstation network configuration
Results of Powershell's Get-SMBClientConfiguration
command:
ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 0
DormantFileLimit : 1023
EnableBandwidthThrottling : True
EnableByteRangeLockingOnReadOnlyFiles : True
EnableInsecureGuestLogons : True
EnableLargeMtu : True
EnableLoadBalanceScaleOut : True
EnableMultiChannel : True
EnableSecuritySignature : False
ExtendedSessionTimeout : 1000
FileInfoCacheEntriesMax : 64
FileInfoCacheLifetime : 0
FileNotFoundCacheEntriesMax : 128
FileNotFoundCacheLifetime : 5
KeepConn : 600
MaxCmds : 50
MaximumConnectionCountPerServer : 32
OplocksDisabled : False
RequireSecuritySignature : False
SessionTimeout : 60
UseOpportunisticLocking : False
WindowSizeThreshold : 8
What we had already done
- Checked event viewer, even on SMBCLIENT and SMBSERVER sub-events, but unable to find correlation between events and application failure.
- Tried enabling SMB1 on both server/workstation followed by a reboot;
- Tried disabling antivirus (ESET) on both server/workstation followed by a reboot;
- Disabled powersaving network on both server/workstation followed by a reboot;
- Disabled autodisconnect (changing it to -1) followed by a reboot;
- Tried disabling firewall on both server/workstation;
- Case has been under lab surveilance for weeks with no success.
Is there anyone else facing the symptons and able to provide alternative solutions?
Thanks for you attention
network-share windows-server-2016 windows-10 intermittent crash
New contributor
Introduction
On Windows 10 (update 1703 or 1809), applications launched from a network drive crashes after period of 60 to 95 minutes. On Windows 7 applications runs flawlessly.
Symptoms
- All attempts to launch applications from network drive succeed;
- All affected 32 bit applications EXE/DLL logged an 0xc0000006 exception on Event Viewer.
- On 16 bit application (Foxpro 2.6 for MS-DOS), occurs error "Unable to process error" or simply breaks and exits.
- Once in a while "Fatal error 104 while attempting to report error 104" occured.
- Failure happens even during continuous usage (no significant inactivity period occurs);
- Failure only occured on Windows 10 32 bit/64 bit workstations either running Update 1703 or Update 1809. Windows 7 workstations were fine.
- Gathered analysis points to "safe" random period from 60 to 95 minutes between first launch and break occurs;
- Using Wireshark, error STATUS_NETWORK_SESSION_EXPIRED is consistently logged at failure ocurrs on some scenarios.
- If there are several instances, launched at different times, they all fail at the same second;
- A instance launch from a local drive runs fine even after an eventual fail on network launched instances;
- All afected sites servers are running on Windows 2016 Server;
- Network drive is functional after fail;
- If the application is launch from local drive no problem occurs;
- Network connectivity never fails (continuous PINGs) before, during or after application breaks;
Tested lab system configurations
- Windows Server 2016 Essentials (1607)
- Windows 10 32 bit / 64 bit (update 1703 / 1809)
- Windows 7 (32 bit only)
- Cable
- Switch
Server network configuration
Results of Powershell's Get-SMBServerConfiguration
command:
AnnounceComment :
AnnounceServer : False
AsynchronousCredits : 512
AuditSmb1Access : False
AutoDisconnectTimeout : 999999
AutoShareServer : True
AutoShareWorkstation : True
CachedOpenLimit : 10
DurableHandleV2TimeoutInSeconds : 180
EnableAuthenticateUserSharing : False
EnableDownlevelTimewarp : False
EnableForcedLogoff : True
EnableLeasing : False
EnableMultiChannel : True
EnableOplocks : True
EnableSecuritySignature : True
EnableSMB1Protocol : True
EnableSMB2Protocol : True
EnableStrictNameChecking : True
EncryptData : False
IrpStackSize : 15
KeepAliveTime : 2
MaxChannelPerSession : 32
MaxMpxCount : 50
MaxSessionPerConnection : 16384
MaxThreadsPerQueue : 20
MaxWorkItems : 1
NullSessionPipes : netlogon,samr,lsarpc
NullSessionShares :
OplockBreakWait : 35
PendingClientTimeoutInSeconds : 120
RejectUnencryptedAccess : True
RequireSecuritySignature : True
ServerHidden : True
Smb2CreditsMax : 8192
Smb2CreditsMin : 512
SmbServerNameHardeningLevel : 0
TreatHostAsStableStorage : False
ValidateAliasNotCircular : True
ValidateShareScope : True
ValidateShareScopeNotAliased : True
ValidateTargetName : True
Workstation network configuration
Results of Powershell's Get-SMBClientConfiguration
command:
ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 0
DormantFileLimit : 1023
EnableBandwidthThrottling : True
EnableByteRangeLockingOnReadOnlyFiles : True
EnableInsecureGuestLogons : True
EnableLargeMtu : True
EnableLoadBalanceScaleOut : True
EnableMultiChannel : True
EnableSecuritySignature : False
ExtendedSessionTimeout : 1000
FileInfoCacheEntriesMax : 64
FileInfoCacheLifetime : 0
FileNotFoundCacheEntriesMax : 128
FileNotFoundCacheLifetime : 5
KeepConn : 600
MaxCmds : 50
MaximumConnectionCountPerServer : 32
OplocksDisabled : False
RequireSecuritySignature : False
SessionTimeout : 60
UseOpportunisticLocking : False
WindowSizeThreshold : 8
What we had already done
- Checked event viewer, even on SMBCLIENT and SMBSERVER sub-events, but unable to find correlation between events and application failure.
- Tried enabling SMB1 on both server/workstation followed by a reboot;
- Tried disabling antivirus (ESET) on both server/workstation followed by a reboot;
- Disabled powersaving network on both server/workstation followed by a reboot;
- Disabled autodisconnect (changing it to -1) followed by a reboot;
- Tried disabling firewall on both server/workstation;
- Case has been under lab surveilance for weeks with no success.
Is there anyone else facing the symptons and able to provide alternative solutions?
Thanks for you attention
network-share windows-server-2016 windows-10 intermittent crash
network-share windows-server-2016 windows-10 intermittent crash
New contributor
New contributor
New contributor
asked 20 hours ago
Julio NobreJulio Nobre
1012
1012
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Julio Nobre is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960413%2fnetwork-drive-launched-applications-randomly-crashes-on-windows-10-1703-1809-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Julio Nobre is a new contributor. Be nice, and check out our Code of Conduct.
Julio Nobre is a new contributor. Be nice, and check out our Code of Conduct.
Julio Nobre is a new contributor. Be nice, and check out our Code of Conduct.
Julio Nobre is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960413%2fnetwork-drive-launched-applications-randomly-crashes-on-windows-10-1703-1809-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown