Displaying 4 results from an estimated 4 matches for "print_on".
2018 Sep 10
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...V, Segmentation fault.
[ Legend: Modified register | Code | Heap | Stack | String ]
───────────────────────────────────────────────────────────────────────────────────────────────[
registers ]────
$rax : 0x0
$rbx : 0x0
$rcx : 0x7ffff7315eb0 → 0x00007ffff6ae30a0 →
<NativeCallStack::print_on(outputStream*)+0> xor edx, edx
$rdx : 0x0
$rsp : 0x7fffffff9328 → 0x00007ffff6a76822 →
<MemTracker::init_tracking_level()+178> mov edi, ebx
$rbp : 0x7fffffff93c0 → 0x00007fffffff94f0 →
0x00007fffffff9510 → 0x0000000000000002
$rsi : 0x0
$rdi : 0x7ffff7315e70 ...
2018 Sep 11
3
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...odified register | Code | Heap | Stack | String ]
>> ───────────────────────────────────────────────────────────────────────────────────────────────[ registers ]────
>> $rax : 0x0
>> $rbx : 0x0
>> $rcx : 0x7ffff7315eb0 → 0x00007ffff6ae30a0 → <NativeCallStack::print_on(outputStream*)+0> xor edx, edx
>> $rdx : 0x0
>> $rsp : 0x7fffffff9328 → 0x00007ffff6a76822 → <MemTracker::init_tracking_level()+178> mov edi, ebx
>> $rbp : 0x7fffffff93c0 → 0x00007fffffff94f0 → 0x00007fffffff9510 → 0x0000000000000002
>> $rsi...
2018 Sep 12
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...Stack | String ]
>>>> ───────────────────────────────────────────────────────────────────────────────────────────────[ registers ]────
>>>> $rax : 0x0
>>>> $rbx : 0x0
>>>> $rcx : 0x7ffff7315eb0 → 0x00007ffff6ae30a0 → <NativeCallStack::print_on(outputStream*)+0> xor edx, edx
>>>> $rdx : 0x0
>>>> $rsp : 0x7fffffff9328 → 0x00007ffff6a76822 → <MemTracker::init_tracking_level()+178> mov edi, ebx
>>>> $rbp : 0x7fffffff93c0 → 0x00007fffffff94f0 → 0x00007fffffff9510 → 0x000000000...
2010 Aug 02
1
Any way around using only 1 render per action?
..._to do |format|
format.pdf { send_data render_to_pdf( :action => ''print'',
:layout => ''pdf_report''),
:filename =>
"Household_List_for_" + date }
as the name says, print_one does 1 page of the report for 1 user. It
needs the above variables to do the page.
Thanks for the help
Bob Smith <bsm2th-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
--
You received this message because you are subs...