Bug #32
Crash VM 1.8.4.22 in SSL stuff on linux platform
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Virtual Machine | |||
Target version: | 1.8 | |||
Platform: | Triage Stage: | |||
Resolution: | fixed |
Description
when we use an application with ssl, the vm crash randomly but everytime on the same instruction which is ssl_write_byte_array.
you can see on the vm crash log that the IP is in 17576.
17568 | peek "a" 1 17573 | copy_mixed 1 17575 | push | ;--- stack ------------------------ | ; 0 SSL_Connection | ; 1 [[ByteArray]] | ; 2 a SSL_Connection | ; 3 c Connection | ; 4 ba [[ByteArray]] | ; 5 (return address) | ;---------------------------------- 17576 | ssl_write_byte_array 17579 | del_stack_mixed 0 1 249 17589 | del_stack_ptr 0 17594 | del_stack_mixed 0 1 249 17604 | del_stack 0 243 17613 | del_stack_ptr 0 17618 | ret 2 17619 | label 2370 17619 | unstore_copy_ptr 5 17621 | del 243
History
#1 Updated by Anonymous about 17 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed