** Description changed:

  Running the eC compiler through Valgrind reveals memory errors
  
  [Test Case]
- Compile an .eC file using 'ecc' through valgrind
+ Compile an .eC file with a #include using 'ecc' through valgrind:
+ 
+ In sdk/samples/net/eirc:
+ 
+ ecp -c console.ec -o console.sym
+ valgrind ecc -c console.ec -i console.c
+ 
+ ==9434== Conditional jump or move depends on uninitialised value(s)
+ ==9434==    at 0x4C95F4A: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4C8FCFA: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4C959C9: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4C9F189: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4CA4006: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4C8E435: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4CA0FAF: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4CA0F6E: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4CA34E2: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x4CA4DB9: ??? (in /usr/lib/libec.so.0.44)
+ ==9434==    by 0x804A798: ??? (in /usr/bin/ecc)
+ ==9434==    by 0x8049A0E: ??? (in /usr/bin/ecc)
+ 
  
  [Regression Potential]
  These fixes solve memory errors which could result in crashes, they should 
not break anything.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1107825

Title:
  [SRU] Valgrind reveals memory errors running the eC compiler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecere-sdk/+bug/1107825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to