Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
3b97fd54
Commit
3b97fd54
authored
May 23, 2013
by
rswindell
Browse files
SSH is still crashing. Here's the latest callstack/debug info.
parent
3bd08e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/sbbs3/main.cpp
src/sbbs3/main.cpp
+6
-7
No files found.
src/sbbs3/main.cpp
View file @
3b97fd54
...
...
@@ -2123,19 +2123,18 @@ void output_thread(void* arg)
#ifdef USE_CRYPTLIB
if
(
sbbs
->
ssh_mode
)
{
int
err
;
pthread_mutex_lock
(
&
sbbs
->
ssh_mutex
);
/* exception here May-11-2013:
sbbs.dll!pthread_mutex_lock(_RTL_CRITICAL_SECTION * mutex=0x070b3a74) Line 147 + 0xc bytes C
> sbbs.dll!output_thread(void * arg=0x070add80) Line 2127 + 0x11 bytes C++
pthread_mutex_lock
(
&
sbbs
->
ssh_mutex
);
/* exception here May-22-2013:
sbbs.dll!pthread_mutex_lock(_RTL_CRITICAL_SECTION * mutex=0x0a45e95c) Line 147 + 0xc bytes C
> sbbs.dll!output_thread(void * arg=0x0a458c68) Line 2126 + 0x11 bytes C++
sbbs.dll!_callthreadstart() Line 259 + 0xf bytes C
sbbs.dll!_threadstart(void * ptd=0x0
3daaa18
) Line 243 C
sbbs.dll!_threadstart(void * ptd=0x0
4b20c40
) Line 243 C
-
&
sbbs->ssh_mutex
0x070b3a74
{DebugInfo=0x00000000 LockCount=-4 RecursionCount=0 ...} _RTL_CRITICAL_SECTION
*
- sbbs->ssh_mutex {DebugInfo=0x00000000 LockCount=-4 RecursionCount=0 ...} _RTL_CRITICAL_SECTION
+ DebugInfo 0x00000000 {Type=??? CreatorBackTraceIndex=??? CriticalSection=??? ...} _RTL_CRITICAL_SECTION_DEBUG *
LockCount -4 long
RecursionCount 0 long
OwningThread 0x00000000 void *
LockSemaphore 0x0000
2028
void *
LockSemaphore 0x0000
6354
void *
SpinCount 0 unsigned long
*/
if
(
!
cryptStatusOK
((
err
=
cryptPushData
(
sbbs
->
ssh_session
,
(
char
*
)
buf
+
bufbot
,
buftop
-
bufbot
,
&
i
))))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment