[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-23 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

Ivo Raisr  changed:

   What|Removed |Added

  Latest Commit||15867
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Ivo Raisr  ---
Fixed in SVN r15867.

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

--- Comment #4 from Ivo Raisr  ---
You are right, Philippe, that's very good remark.
I have attached new patch.

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

Ivo Raisr  changed:

   What|Removed |Added

  Attachment #98481|0   |1
is obsolete||

--- Comment #3 from Ivo Raisr  ---
Created attachment 98489
  --> https://bugs.kde.org/attachment.cgi?id=98489=edit
proposed patch v2

Addresses Philippe's comment.

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Philippe Waroquiers via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

Philippe Waroquiers  changed:

   What|Removed |Added

 CC||philippe.waroquiers@skynet.
   ||be

--- Comment #2 from Philippe Waroquiers  ---
If show sched status is called before the threads are implemented, then nothing
will be
visible.
Maybe it would be better to do something like:

   if (VG_(threads) == NULL) {
  VG_(printf) ("cannot show sched status : scheduler not yet
initialised\");
  return;
  }
  ... here the old code ...
rather than report nothing ?

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

--- Comment #1 from Ivo Raisr  ---
Created attachment 98481
  --> https://bugs.kde.org/attachment.cgi?id=98481=edit
proposed patch

The patch consists mainly of whitespace changes due to different indentation.

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

Ivo Raisr  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 362009] Valgrind dumps core on unimplemented functionality before threads are created

2016-04-20 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362009

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net
   Assignee|jsew...@acm.org |iv...@ivosh.net

-- 
You are receiving this mail because:
You are watching all bug changes.