Search Results

Search: Posts Made By: Praveen_218
9,189
Posted By Praveen_218
You may consider using eclipse IDE for your C++...
You may consider using eclipse IDE for your C++ projects with plug ins for C++/Qt/Qte.
1,475
Posted By Praveen_218
Thanks! That worked.
Thanks! That worked.
1,475
Posted By Praveen_218
Thanks all! /bin/bash -c "" seems to work;...
Thanks all!

/bin/bash -c "" seems to work; though I had tried in simple tests and were expecting that ps -aef | grep bash would show another bash. Guess it just executes and goes off.

To give...
1,475
Posted By Praveen_218
Invoking a bash shell with an export var
Hello all,

How can I invoke the bash shell (via command line) to execute another command by setting an exported environmental variable on the fly (as this env var would be used by the command...
Forum: Programming 03-10-2014
9,331
Posted By Praveen_218
For small applications the same would work to an...
For small applications the same would work to an extent but when it requires to examine a piece of memory located at addresses under truly 64-bit address space (say, >32-bit addressable value) then...
Forum: Programming 02-20-2014
10,903
Posted By Praveen_218
The earlier "Format error" produced due to my...
The earlier "Format error" produced due to my mistakes due to using 32-bit libstdc++.so.5 . Corrected that to link the 64-bit libstdc++.so.5 with a simplest program to print a "Hello World" message...
Forum: Programming 02-20-2014
10,903
Posted By Praveen_218
Added the missing attachments reffered in the previous post ...
Added .txt as suffix to all the attachments as .log is not into the valid list of files. They all are text essentially, without "\n".
Forum: Programming 02-20-2014
10,903
Posted By Praveen_218
Sure Corona, I'll try his again tomorrow morning...
Sure Corona, I'll try his again tomorrow morning and update you.

---------- Post updated at 11:34 AM ---------- Previous update was at 12:03 AM ----------

Hi Corona,
Didn't work for me or did...
Forum: Programming 02-19-2014
10,903
Posted By Praveen_218
Yes already tried. Even I created a soft link...
Yes already tried. Even I created a soft link inside my present working directory to point to libstdc++.so.5; didn't work.

Did like this:

$ ln -s /usr/lib/libstdc++.so.5 libstdc++.so
$ export...
Forum: Programming 02-19-2014
10,903
Posted By Praveen_218
Hi Jim, Thanks for your response to my query. ...
Hi Jim,
Thanks for your response to my query.
No, I don't have the option to re-compile the library (say libxyz.so) and this is a black box to me being a 3rd party library package already compiled...
Forum: Programming 02-18-2014
10,903
Posted By Praveen_218
Issues with two versions of libstdC++.so
I'm facing an issue in which my program is using a custom library (say, libxyz.so) which is compiled using libstdc++.so.5 and the system I'm using this library to create an executable from my...
Forum: Programming 02-18-2014
1,229
Posted By Praveen_218
Ya, that is what you should do. Create individual...
Ya, that is what you should do. Create individual compile targets and don't mix.
14,928
Posted By Praveen_218
Ok. Yes seems to be memory leak case. But then...
Ok. Yes seems to be memory leak case.
But then what is the trigger or is it always expanding in every run?

If you know the trigger which is causing the issue, you would easily zero in on to the...
14,928
Posted By Praveen_218
How do you know the leak is happening? Does...
How do you know the leak is happening?
Does your process crashes everytime it's run after certain time or is there a trigger which results into a crash/abort for "ENOMEM" ??
Forum: Programming 04-21-2013
4,649
Posted By Praveen_218
Your own code and their run on a different...
Your own code and their run on a different platform:


$ ll
total 31856
-rw-r--r-- 1 pkumarpr ipg 144 Apr 21 15:27 sha1_.pl
-rw-r--r-- 1 pkumarpr ipg 32544556 Apr 21 15:36 usr.bin
...
Forum: Programming 04-21-2013
2,256
Posted By Praveen_218
No, you don't need to worry of the path. Inside...
No, you don't need to worry of the path. Inside the sandbox a folder called .svn gets created and has all the information (including navigational information) the SVN needs to correctly check-in your...
Forum: Programming 04-20-2013
2,256
Posted By Praveen_218
You can do: $ svn add foo.pl Then, ...
You can do:

$ svn add foo.pl


Then,


$ svn commit
Forum: Programming 04-19-2013
2,256
Posted By Praveen_218
It is not possible to check-out just a file (of...
It is not possible to check-out just a file (of course you can update/re-base with just a single file while inside a working checked-out sandbox).

At the best you can check out a sub-directory...
Forum: Programming 04-19-2013
4,649
Posted By Praveen_218
You know what -There was a Perl script I had got...
You know what -There was a Perl script I had got from CPAN to generate SHA1 checksum of files in a directory, I modified to suite my needs, for the project I was working at, and the script was taking...
2,442
Posted By Praveen_218
There is a separate section in the forum for...
There is a separate section in the forum for 'homework questions'.

Guess, moderators are likely have your this thread aligned to the same.
1,566
Posted By Praveen_218
This is what I want to convey. Simply using 'n'...
This is what I want to convey. Simply using 'n' and it behaves like 'n 1' as default. In your case it's 'n 7' as default. So just try explicitly as 'n 1' and see what happens. You may also try 'n -6'...
1,566
Posted By Praveen_218
Just compiled the code like this: $ gcc...
Just compiled the code like this:


$ gcc -g3 -Wall -Werror main.c -o M2
$ ll
total 20
-rwxr-xr-x 1 praveen_218 grp 14144 Apr 10 19:45 M2
-rw-r--r-- 1 praveen_218 grp 270 Apr 10 19:34...
Forum: SuSE 04-01-2013
21,061
Posted By Praveen_218
Re-installed the repository means? I guess...
Re-installed the repository means? I guess repositories are created/associated with SVN as you did in your previous post.

For the problem of error loading of *.so files, it mostly happen (to any...
Forum: UNIX and Linux Applications 03-12-2013
4,333
Posted By Praveen_218
You'll have to compile the source with debug...
You'll have to compile the source with debug symbols.
Once you download the tarball; un-tar the same and then do the following (inside the source directory which produces post un-tar -Run the...
Forum: Red Hat 03-12-2013
2,957
Posted By Praveen_218
They are TCP-states only!!! If an...
They are TCP-states only!!!

If an application using STREAM sockets; tcp protocol thread serve them and each such thread, at any point in time during the socket operations, has an state out of a...
Showing results 1 to 25 of 161

 
All times are GMT -4. The time now is 03:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy