We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Am using version 2.6.1 and am trying to upgrade to latest (3.0.2) and getting below exception
java.lang.VerifyError: Bad type on operand stack Exception Details: Location: com/danga/MemCached/MemCachedClient.(Ljava/lang/String;ZZ)V @26: putfield Reason: Type 'com/schooner/MemCached/BinaryClient' (current frame, stack[1]) is not assignable to 'com/danga/MemCached/MemCachedClient' Current Frame: bci: @26 flags: { } locals: { 'com/danga/MemCached/MemCachedClient', 'java/lang/String', integer, integer } stack: { 'com/danga/MemCached/MemCachedClient', 'com/schooner/MemCached/BinaryClient' } Bytecode: 0000000: 2ab7 00b2 2a12 b4b6 0093 b500 b61d 9900 0000010: 122a bb00 c559 2bb7 00c7 b500 aba7 001e 0000020: 2a1c 9900 0ebb 00c9 592b b700 cba7 000b 0000030: bb00 cc59 2bb7 00ce b500 abb1 Stackmap Table: full_frame(@32,{Object[#1],Object[#148],Integer,Integer},{}) same_locals_1_stack_item_frame(@48,Object[#1]) full_frame(@56,{Object[#1],Object[#148],Integer,Integer},{Object[#1],Object[#1]}) same_frame(@59)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Am using version 2.6.1 and am trying to upgrade to latest (3.0.2) and getting below exception
java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
com/danga/MemCached/MemCachedClient.(Ljava/lang/String;ZZ)V @26: putfield
Reason:
Type 'com/schooner/MemCached/BinaryClient' (current frame, stack[1]) is not assignable to 'com/danga/MemCached/MemCachedClient'
Current Frame:
bci: @26
flags: { }
locals: { 'com/danga/MemCached/MemCachedClient', 'java/lang/String', integer, integer }
stack: { 'com/danga/MemCached/MemCachedClient', 'com/schooner/MemCached/BinaryClient' }
Bytecode:
0000000: 2ab7 00b2 2a12 b4b6 0093 b500 b61d 9900
0000010: 122a bb00 c559 2bb7 00c7 b500 aba7 001e
0000020: 2a1c 9900 0ebb 00c9 592b b700 cba7 000b
0000030: bb00 cc59 2bb7 00ce b500 abb1
Stackmap Table:
full_frame(@32,{Object[#1],Object[#148],Integer,Integer},{})
same_locals_1_stack_item_frame(@48,Object[#1])
full_frame(@56,{Object[#1],Object[#148],Integer,Integer},{Object[#1],Object[#1]})
same_frame(@59)
The text was updated successfully, but these errors were encountered: