Changes between Initial Version and Version 1 of Ticket #6673, comment 3
- Timestamp:
- Aug 2, 2015, 7:33:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6673, comment 3
initial v1 1 1 I can reproduce this bug easily on real hardware by opening '''/boot/common/boot/post_install''', selecting '''mime_update.sh''' and holding down the return key for about 30 seconds. Most of the time registar crashes in create_app_meta_mime thread or in main_mime thread (MIMEManager::MessageReceived). Sometimes it KDLs (see attached images). I tried to find a shorter way to reproduce this bug, but behavior has changed: 2 2 {{{ 3 for i in `seq 1 10000`; do mimeset -apps -f /system/apps/*; done "3 for i in `seq 1 10000`; do mimeset -apps -f /system/apps/*; done 4 4 }}} 5 5 After running this command (in vbox, so take with a grain of salt) simultaneously in several tabs