[Bug 1572876] Re: After Samba upgrade can't access unpassworded windows share

2016-06-09 Thread Geunsik Lim
@Reinhard , I have also experienced same issue as you commented. After downloading the samba version from 4.3.9 to 4.1.6, I can again access to Ubuntu 14.04 samba server from windows 7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-06-07 Thread Geunsik Lim
** Patch added: "fix incorrect ldr statment" https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1584089/+attachment/4678661/+files/0001-Linux-ARM-Fix-incorrect-load-statement.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-06-07 Thread Geunsik Lim
** Description changed: There are four thread local storage (TLS) models in Clang/LLVM as following: 1) global-dynamic TLS model 2) local-dynamic TLS model 3) local-exec TLS model 4) initial-execTLS model and emulated-TLS (for Android S/W platform)?? Even

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-06-03 Thread Geunsik Lim
I have evaluated the effect the patch after uploading the updated packages to my PPA. The evauation result was Okay. * https://launchpad.net/~leemgs/+archive/ubuntu/dotnet/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-06-02 Thread Geunsik Lim
I have added "Ubuntu Toolchain Hackers". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584089 Title: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation To

[Bug 771805] Re: [armel/armhf] ltrace hangs

2016-05-31 Thread Geunsik Lim
Um. I have also been getting sample problem on Ubuntu/ARM 14.04 as following: root@target:~# ltrace ltrace: too few arguments Try `ltrace --help' for more information. root@target:~# ltrace ls __libc_start_main(0x9ee9, 1, 0x7ec70894, 0x156b1PTRACE_SINGLESTEP: Input/output error 1365 couldn't

[Bug 771805] Re: [armel/armhf] ltrace hangs

2016-05-31 Thread Geunsik Lim
I have got the "PTRACE_SINGLESTEP" error message in case that I try to use ltrace 0.7.3 on Ubuntu/ARM 14.04. Actually, This issue resulted from the change of the Linux Kernel. Please, see the https://code.kodo.org.uk/dom/buildroot/commit/efee851c614926dd9ed0f49c4808a6d9b4f64eb0 -- You

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-24 Thread Geunsik Lim
Adding: Tim Northover -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584089 Title: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-22 Thread Geunsik Lim
https://llvm.org/bugs/show_bug.cgi?id=27836 ** Bug watch added: LLVM #27836 https://llvm.org/bugs/show_bug.cgi?id=27836 ** Description changed: There are four thread local storage (TLS) models in Clang/LLVM as following: 1) global-dynamic TLS model 2) local-dynamic TLS model 3)

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-22 Thread Geunsik Lim
** Changed in: llvm-defaults (Ubuntu) Status: New => Confirmed ** Also affects: llvm-toolchain (Ubuntu) Importance: Undecided Status: New ** Also affects: llvm-toolchain-3.6 (Ubuntu) Importance: Undecided Status: New ** No longer affects: llvm-toolchain (Ubuntu) **

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-20 Thread Geunsik Lim
This patch is to fix the incorrect __thread variable operation of Clang/LLVM for Linux/ARM. ** Patch added: "[LLVM] Linux/ARM: don't attempt to merge litpools referencing different PC-anchors."

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-20 Thread Geunsik Lim
** Description changed: - There are four thread local storage (TLS) models in Clang/LLVM as following: + There are four thread local storage (TLS) models in Clang/LLVM as following: 1) global-dynamic TLS model 2) local-dynamic TLS model 3) local-exec TLS model - 4) initial-exec

[Bug 1584089] Re: Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-20 Thread Geunsik Lim
Here is additional information. Runtime (CoreCLR) of .NET Core is available at https://github.com/dotnet/coreclr. Clang/LLVM3.6.2 (for Ubuntu 14.04 X64) binary that I re-compiled the existing Clang/LLVM is available at https://onedrive.live.com/redir?resid=C93799B86B006829!191=!AKb-

[Bug 1584089] [NEW] Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-20 Thread Geunsik Lim
Public bug reported: There are four thread local storage (TLS) models in Clang/LLVM as following: 1) global-dynamic TLS model 2) local-dynamic TLS model 3) local-exec TLS model 4) initial-execTLS model and emulated-TLS (for Android S/W platform)?? Even though, We can build