Displaying 9 results from an estimated 9 matches for "13846".
Did you mean:
138,6
2017 Mar 15
2
[LLD] Linking static library does not resolve symbols as gold/ld
...push %rbx
> 13837: 48 83 ec 18 sub $0x18,%rsp
> 1383b: 48 89 7d e8 mov %rdi,-0x18(%rbp)
> 1383f: 48 8b 45 e8 mov -0x18(%rbp),%rax
> 13843: 48 89 c7 mov %rax,%rdi
> -> 13846: e8 00 00 00 00 callq 1384b <func+0x19>
> 1384b: 48 8b 45 e8 mov -0x18(%rbp),%rax
>
> gdb displays this as a jump to the next instruction:
>
> 0x0000000000013832 <+0>: push %rbp
> 0x0000000000013833 <+1>: mo...
2017 Mar 15
2
[LLD] Linking static library does not resolve symbols as gold/ld
...push %rbx
> 13837: 48 83 ec 18 sub $0x18,%rsp
> 1383b: 48 89 7d e8 mov %rdi,-0x18(%rbp)
> 1383f: 48 8b 45 e8 mov -0x18(%rbp),%rax
> 13843: 48 89 c7 mov %rax,%rdi
> 13846: e8 00 00 00 00 callq 1384b <func()+0x19>
> 13847: R_X86_64_PLT32 std::vector<record,
> std::allocator<record> >::vector()-0x4
> ....
>
This seems a bit odd. You have type `record` and instantiate std::vector
with `record`....
2008 Jan 21
10
[Bug 14192] New: nouveau on NV17: screen remains black with randr12 on
http://bugs.freedesktop.org/show_bug.cgi?id=14192
Summary: nouveau on NV17: screen remains black with randr12 on
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2017 Mar 23
2
[LLD] Linking static library does not resolve symbols as gold/ld
...13837: 48 83 ec 18 sub $0x18,%rsp
> >> 1383b: 48 89 7d e8 mov %rdi,-0x18(%rbp)
> >> 1383f: 48 8b 45 e8 mov -0x18(%rbp),%rax
> >> 13843: 48 89 c7 mov %rax,%rdi
> >> 13846: e8 00 00 00 00 callq 1384b <func()+0x19>
> >> 13847: R_X86_64_PLT32 std::vector<record,
> >> std::allocator<record> >::vector()-0x4
> >> ....
> >>
> >
> > This seems a bit odd. You have t...
2017 Apr 25
1
[LLD] Linking static library does not resolve symbols as gold/ld
...sub $0x18,%rsp
> >> >> 1383b: 48 89 7d e8 mov %rdi,-0x18(%rbp)
> >> >> 1383f: 48 8b 45 e8 mov -0x18(%rbp),%rax
> >> >> 13843: 48 89 c7 mov %rax,%rdi
> >> >> 13846: e8 00 00 00 00 callq 1384b <func()+0x19>
> >> >> 13847: R_X86_64_PLT32 std::vector<record,
> >> >> std::allocator<record> >::vector()-0x4
> >> >> ....
> >> >>
> >> &g...
2019 Mar 26
0
samba 4.10 searches wrong libs on cross-compile
...worked fine, searching the correct libraries. When I use the same Makefile in 4.10, it searches /usr/lib64 libraries first, and then my libraries, so I get a lot of warnings about "skipping incompatible" libraries. I also had an error reading my answer file in 4.10, but I noticed the Bug 13846, which corrected that issue. Is there a location for patches for 4.10.0 ?
In wscript I modify it with the following:
# gentoo always adds this. We want our normal build to be as
# strict as the strictest OS we support, so adding this here
# allows us to find problems on our developmen...
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
...eas Schneider <asn at samba.org>
* BUG 14168: replace: Only link libnsl and libsocket if requrired.
o Martin Schwenke <martin at meltin.net>
* BUG 14175: ctdb: Incoming queue can be orphaned causing communication
breakdown.
o Uri Simchoni <uri at samba.org>
* BUG 13846: ldb: Release ldb 2.0.8. Cross-compile will not take
cross-answers or cross-execute.
* BUG 13856: heimdal-build: Avoid hard-coded /usr/include/heimdal in
asn1_compile-generated code.
#######################################
Reporting bugs & Development Discussion
#################...
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
...eas Schneider <asn at samba.org>
* BUG 14168: replace: Only link libnsl and libsocket if requrired.
o Martin Schwenke <martin at meltin.net>
* BUG 14175: ctdb: Incoming queue can be orphaned causing communication
breakdown.
o Uri Simchoni <uri at samba.org>
* BUG 13846: ldb: Release ldb 2.0.8. Cross-compile will not take
cross-answers or cross-execute.
* BUG 13856: heimdal-build: Avoid hard-coded /usr/include/heimdal in
asn1_compile-generated code.
#######################################
Reporting bugs & Development Discussion
#################...
2006 Jun 07
4
Setting default timezone ENV[''TZ'']=''UTC'' not working on windows?
Hi,
I''ve been trying to do timezone conversion, and have some trouble
getting it to work on my Windows machine. Searching the web, I found
http://wiki.rubyonrails.com/rails/pages/HowtoSetDefaultTimeZone
...which explains how to set the default timezone. I''m using an
environment.rb that include the lines:
ActiveRecord::Base.default_timezone = :utc
ENV[''TZ''] =