zhimin (Zhimin Zhan)
- Login: zhimin
- Email: zhiminzhan@gmail.com
- Registered on: 05/12/2012
- Last sign in: 05/12/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/12/2012
-
03:53 PM Ruby Bug #6426: Segmentation fault when invoking
- Sorry, forgot to complete the title.
Seg Fault when invoking thread executing OLE test with Mutex on (mingw32) -
03:40 PM Ruby Bug #6426 (Rejected): Segmentation fault when invoking
- Hi,
The Seg fault happens when invoking the test below (Ruby 1.9.3p194 on Windows XP SP3). Ran Ok when commented out $semaphore.lock line.
$semaphore = Mutex.new
# ..
def test_run_spec_file_web
$LOADWISE_PREVIEW = ...