search for: 00000fcc

Displaying 2 results from an estimated 2 matches for "00000fcc".

Did you mean: 000007cc
2002 Jun 12
1
ext3+raid 1: Assertion failure in journal_commit_transaction()
...journal_commit_transaction [jbd] 0xb04 (2.4.18-3smp) eax: 0000001c ebx: 0000000a ecx: c02eee60 edx: 00004cb7 esi: dd966910 edi: efe712c0 ebp: f6a64000 esp: f6a65e78 ds: 0018 es: 0018 ss: 0018 Process kjournald (pid: 165, stackpage=f6a65000) Stack: f8861eee 00000217 f776f2b8 00000000 00000fcc f3aea034 00000000 f7685cc0 f3632850 00001e1e 00000001 f882ad2f f776f200 00000008 efadbf60 f1a00300 f1a00ea0 f131dd20 eefe10c0 eefe1de0 eefe1f00 f17ca360 f115f200 eefe18a0 Call Trace: [<f8861eee>] .rodata.str1.1 [jbd] 0x26e [<f882ad2f>] rw_intr [sd_mod] 0x20f [<c0124eb5&...
2005 Aug 03
7
call fortran in R
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I have done: In the terminal this how I compiled my fortran code: R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f There is the wrapper I have paste inside de kmeans3.f file: c