Comment 1 for bug 1213411

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

The problem seems to be related to the way the ROHC compressor/decompressor couples are created and destroyed in the rohc_test.ko module. Upon the first /proc open, the couples are created. They are also released upon the first /proc close. However, some other /proc may still be used and ask the rohc_test.ko module to perform some compression/decompression.

Fix coded. To be tested in VM.