similar to: ERROR:Segmentation fault

Displaying 20 results from an estimated 1000 matches similar to: "ERROR:Segmentation fault"

2016 Nov 23
3
Generation of IR for MyTarget
Hi Developers, I have written C program and want to generate IR file for Specific Target I have tried with following command but got a error as follows, COMMAND: *clang -S -emit-llvm -march=leg ~/llc-test-examples/ex9.c -o ~/llc-test-examples/ex9.ll* ERROR: *error: unknown target CPU 'leg'* So any please help me what all other step should I do previously to get my *leg* target in clang.
2016 Nov 07
2
About trigonometric Instructions
HI developers, I want to add trigonometric instructions in my instrinfo.td files how can i directly map these instructions in .td files. Please help me Guys.For Sin, Cos, Tan and Cot Instructions. If I used llvm.sin.* as SDNode Then it is error as llvm variable is not defined SO please Help me. Thanks and Regards Varun -------------- next part -------------- An HTML attachment was scrubbed...
2016 Sep 23
2
Runtime error
Hi Developer, I have wrote simple program called test.c as follows. *int a, b;int main() {a=10;b=10;return a+b;}* Compiled with clang command to produce test.ll file which is attached below, *$clang -cc1 test.c -emit-llvm* Now If I want to run with my own target for selection with *llc* with command as follow getting error, *COMMAND:$ ./llc -view-dag-combine1-dags -march=toy
2016 Dec 28
1
llvm pass
I want to insert new alloca Instruction after existing alloca Instruction in llvm pass so what attribute to be passed at last in following newallocaI = new AllocaInst(llvm::Type::getInt32PtrTy(context,0), //type 0, // ArraySize 8, // Alignment
2016 Oct 28
1
Error while generating codeemmiter.inc
Hi Developer, While generating CodeEmitter.inc I got following error which i am attaching as screen short as follows Please help me guys. If you want other info I will provide you guys Thanks and Regards Varun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/29ec72e6/attachment-0001.html>
2016 Dec 22
1
convert load with load from getElementPtr
I am new to writing LLVM pass so please help me. I want to replace my pure load instruction like %a = alloca i32, align 4 %0 = load i32, i32* %a, align 4 to the load from getElementPtr like %a = alloca i32, align 4 %p = alloca i32*, align 8 store i32* %a, i32** %p, align 8 %0 = load i32*, i32** %p, align 8 %1 = load i32, i32* %0, align 4 How to write LLVM pass to replace the above? Thanks
2006 Jan 28
4
Unspecified error in prototype.js
Hi, 1. I have 2 panes, each having approximately 45-50 slides, all the slide images are 110x82 pixels in size, enclosed in their respective div''s. 2. These divs are further enclosed in a parent div, which is defined as a Sortable on page load. 3. There is a destination div on the RHS also. Sortable.create("div_leftDiv", {ghosting:true, revert: true, dropOnEmpty:true,
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
Yes, i mixed up two thing that is confusing you. Well., I did nothing change on the server. And the smb.conf file is shared here is only from server. Do you need any more file output here. On Tuesday, September 4, 2018, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Tue, 4 Sep 2018 00:21:19 +0530 > Vivek Patil <vivek.patil at forgeahead.io> wrote: > >>
2018 Sep 07
2
An invalid directory pathname was passed
ubuntu at Ubunut:~$ sudo samba-tool dbcheck Checking 264 objects Checked 264 objects (0 errors) On Fri, Sep 7, 2018 at 2:33 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 7 Sep 2018 08:41:27 +0530 > Vivek Patil <vivek.patil at forgeahead.io> wrote: > > > Hi, > > > > No, I have nothing install or update anything on the server. I
2018 Aug 25
4
How to set account lockout policy
Hi All, I have setup samba 4.3.9-Ubuntu AD DC, I want to setup password policy and account lockout policy to all my domain users. How I can do that. Please somebody give me the steps. -- Vivek Patil Assistant Manager - IT Forgeahead Solutions vivek.patil at forgeahead.io *O* +91 (0) 20 66 44 5900 | *M *+91 9579 216 049 601 Zero One, Level 6, Mundhwa, Pune 411036, Maharashtra, India *W*
2006 Dec 05
8
centos 4.4 + asterisk
Hello, Are there any issues with Centos 4.4 and asterisk. Thanks in advance Varun
2006 Feb 01
2
IE memory fix leak.
By default the prototype.js gives us the function /* prevent memory leaks in IE */ Event.observe(window, ''unload'', Event.unloadCache, false); But there is no unload event in out application as the content of the div keeps changing using the Ajax.Updater function. To handle such a scenario, we''ve added the following lines of code to prototype.js /* prevent
2018 Sep 07
2
An invalid directory pathname was passed
No, windows automatically update is also disable. I even cant join my widows client to my domain. It says username or password invalid. I have 3 domain admin users, all got the same error. It's really very complicated for me, it is my live AD. --Vivek P ________________________________ From: samba <samba-bounces at lists.samba.org> on behalf of Rowland Penny via samba <samba at
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
Hi Andrew, Yes samba process still running. I can access my domain users on client machine. I can add DNS record too using samba-tool. But I can not access it's UI on RSAT. -Vivek On Tuesday, September 4, 2018, Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2018-09-03 at 12:33 +0530, Vivek Patil via samba wrote: >> Hi All, >> >> I have live Samba AD DC
2013 Oct 12
2
[LLVMdev] Building for a specific target, corei7
Hi Andrew, I think I diluted my question. My question was not related to MCJIT. I ran the following 4 scenarios: (1)gcc -mcpu=corei7 tetris.c -o tetris (2)gcc -mcpu=athlon64 tetris.c -o tetris (3)clang -march=corei7 tetris.c -o tetris (4)clang -march=athlon64 tetris.c -o tetris In (1) and (2), I see difference in order of instructions in the output binaries, which I expected because every CPU
2018 Sep 03
4
Samba AD and DNS stopped on RSAT
Hi All, I have live Samba AD DC running. Suddenly it stopped on RSAT. Both AD and DNS not accessible. Please attached screen shots and help me out as it is my live. -- Vivek Patil Assistant Manager - IT Forgeahead Solutions vivek.patil at forgeahead.io *O* +91 (0) 20 66 44 5900 | *M *+91 9579 216 049 601 Zero One, Level 6, Mundhwa, Pune 411036, Maharashtra, India *W* forgeahead.io *IN
2018 Sep 07
2
An invalid directory pathname was passed
Hi, No, I have nothing install or update anything on the server. I want to fixed it first. I also not able to see the domain users using samba-tool user list. I can see it using pdbedit -L. On Fri, Sep 7, 2018 at 1:47 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 7 Sep 2018 06:02:37 +0530 > Vivek Patil via samba <samba at lists.samba.org> wrote: >
2018 Sep 03
2
Samba AD and DNS stopped on RSAT
No, this is my server conf. Please suggest how I can fixed this. On Monday, September 3, 2018, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Mon, 3 Sep 2018 23:44:49 +0530 > Vivek Patil <vivek.patil at forgeahead.io> wrote: > >> /usr/local/samba/etc/smb.conf >> >> # Global parameters >> [global] >> netbios name = UBUNTU
2018 Sep 03
2
Samba AD and DNS stopped on RSAT
Hi, I have uploaded error images on following URL. Please check and guide me. M stuck on my live env. https://postimg.cc/image/5srwk7tud/ https://postimg.cc/image/oxv5tzg85/ I have my Samba on Ubuntu 14, and accessing it through RSAT. On Mon, Sep 3, 2018 at 7:26 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Mon, 3 Sep 2018 12:33:36 +0530 > Vivek Patil via
2006 Jun 14
4
100 lines PBX + system config - repost
Hello, We are planning to biuld a 100 lines PBX based on asterisk. How do you decide on the system config, e.i motherboard, cpu , how much ram , etc ? We will have all 100 phone plugged in. But we expect about 20 calls at any given moment. Thanks Varun