Show
Ignore:
Timestamp:
07/04/08 02:15:06 (5 months ago)
Author:
ruoso
Message:

[smop] yet more work on the p6opaque implementation... Some nasty bug is causing a deadlock (yes... I know the reasons for locks to exist is to cause dead-locks, but that is what I got so far)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/src/smop_slime_frame.c

    r21201 r21202  
    7979        ret = SMOP__NATIVE__bool_true; 
    8080      } else { 
     81        smop_lowlevel_unlock(frame); 
    8182        ret = SMOP__NATIVE__bool_false; 
    8283      } 
     
    200201        ret = SMOP__NATIVE__bool_true; 
    201202      } else { 
     203        smop_lowlevel_unlock(frame); 
    202204        ret = SMOP__NATIVE__bool_false; 
    203205      }