[Mingw-w64-public] Missing Symbols in `libuuid.a'

2015-04-29 Thread Alexander Shukaev
Hello,

I'm getting a couple of undefined references:

undefined reference to `CLSID_ShellWindows'
undefined reference to `IID_IShellWindows'


Please, enable those symbols in the `libuuid.a' library.  Thank you.

Kind regards,
Alexander
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Debugging with GDB

2014-10-15 Thread Alexander Shukaev
Hey everyone,

Could you guys give me a hint how to properly debug something on Windows
with GDB?

I usually don't use GDB to find out causes of crashing, i.e. I either infer
them from the code or find it out through logging facilities. One of the
reasons why I almost never use GDB on Windows is the following output:

Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()

which actually conveys no information at all. My guess is that the crash
happens in some Windows system DLLs and therefore cannot be traced by GDB.
Could you elaborate on this?

This time the project is not mine and the code is absolutely foreign. As a
result, I am forced to use GDB, but what I posted above is what I get yet
again with GDB now. What can I do in this situation?

Kind regards,
Alexander
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Debugging with GDB

2014-10-15 Thread Alexander Shukaev
When the application crashes it shows the following:

  Fault Module Name: StackHash_e7de
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp: 
  Exception Offset: PCH_E1_FROM_ntdll+0x0009B13A
  Exception Code: c005
  Exception Data: 0008

This resembles exactly what I said about Windows system DLLs. They are not
built with debugging information and even if they would, it would still
never be GDB compatible. That's why I assume that in certain cases GDB on
Windows is useless. Am I wrong?
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Debugging with GDB

2014-10-15 Thread Alexander Shukaev

 Are you running the application from gdb? Seeing the above makes me
 think you are not.


The GDB output was presented in the very first post. The one that you refer
to is simply a crash report generated by Windows itself. I included it
merely to provide some clues.
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Microsoft MPI for MinGW-w64

2013-12-11 Thread Alexander Shukaev
Hello Adrien,

Yes, the link you provided is very close to what was done. So essentially,
nothing serious, just a few modifications in a header file, so that it's
compatible with both MSVC and GCC. I guess it is perfectly fine to do that.
I've never released it by my name or stole anybody's rights. All I did -
prepackaged unzip-and-roll distributions for different compilers. All the
licenses which came with it are included as well.

Kind regards,
Alexander Shukaev
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Microsoft MPI for MinGW-w64

2013-11-17 Thread Alexander Shukaev
Hello,

I'd like to share something with the project. I had to do some MPI-based
development on Windows lately. Since both MPICH and OpenMPI are officially
discontinued for Windows, the only alternative is to use Microsoft MPI from
HPC redistributable package. As usual, it comes only for MSVC. I've
prepared ready to use distributions of latest Microsoft MPI from HPC
redistributable package 2012 with Service Pack 1 specifically for
MinGW-w64, for both x86 and x64 architectures. Here is the link to
repository https://bitbucket.org/Haroogan/microsoft-mpi. If you consider
that useful, you could add it to the front page instead of `MSMPI` link or
as a separate link.

Kind regards,
Alexander Shukaev
--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public