Author Topic: The 06 January 2009 build (5382) is out.  (Read 112361 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 06 January 2009 build (5382) is out.
« Reply #60 on: February 01, 2009, 04:06:10 pm »
Bug report:
windows XP.
Each time I double click on an entry in the "Symbols tree", It will always go the "variables node". See the screen cast here:

http://sites.google.com/site/studycodeblocks/Home/bug1.swf

I think it shouldn't be changed.
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 06 January 2009 build (5382) is out.
« Reply #61 on: February 01, 2009, 07:41:04 pm »
planning on creating a new nightly tomorrow.

@developers : any commits you want in, now is the time ;-)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 06 January 2009 build (5382) is out.
« Reply #62 on: February 01, 2009, 08:12:28 pm »
http://sites.google.com/site/studycodeblocks/Home/bug1.swf
Can't view... all I see is an empty page with the word "CodeBlocks"...?!
Mind posting a simple step-by-step instruction how to reproduce?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 06 January 2009 build (5382) is out.
« Reply #63 on: February 02, 2009, 02:44:45 am »
http://sites.google.com/site/studycodeblocks/Home/bug1.swf
Can't view... all I see is an empty page with the word "CodeBlocks"...?!
Mind posting a simple step-by-step instruction how to reproduce?
I can view this flash video in both IE and Firefox under windows XP.
If you can't view that video, you can see two pictures.

When I double click on an "function entry" in "symbols panel" (First image).

the structure tree will automatically go to "variables" (Second image). Furthermore, If this window receive a "WM_PAINT" message to repaint itself, it will change to "variables".


Sorry for my poor English expression. :D







[attachment deleted by admin]
« Last Edit: February 02, 2009, 02:46:20 am by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Saswat2603

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 06 January 2009 build (5382) is out.
« Reply #64 on: February 02, 2009, 03:59:57 am »
http://sites.google.com/site/studycodeblocks/Home/bug1.swf
Can't view... all I see is an empty page with the word "CodeBlocks"...?!
Mind posting a simple step-by-step instruction how to reproduce?

In firefox, when you click the provided link, it automatically redirects to :
http://sites.google.com/site/studycodeblocks/Home/bug1.swf?attredirects=0

In your browser address bar, remove the "?attredirects=0" suffix and then you can view the swf file.

Alternatively, visit the following link for the same :
http://2670631209710576974-a-1802744773732722657-s-sites.googlegroups.com/site/studycodeblocks/Home/bug1.swf?attredirects=0&auth=ANoY7cqP_pyou6_Xmc1Gyuq4ZTCqKTf4PsqREQSb1HKEtnpIJyIT5zz7-AuwT94W09z9MbRcd1TFkkmoHzlwiAH1UYDocw0cHZhoPml_qUhCVdeuxzDCmmT29cY-QxUCZSkdiOi3CXNFiHd0DL6iDpOUglI5yrlP_2i96scBzQw7KmtaIMoizlwKGWm4qe6sOvcPoqlH63XwT5abwOIQ0nKsAh5Xic_f0g%3D%3D

PLEASE DO NOT TRY TO CLICK THE ABOVE LINK. JUST COPY IT AND PASTE IT IN YOUR ADDRESS BAR.

I don't know why clicking does not work ! May be browsers trim the url !!
« Last Edit: February 02, 2009, 04:02:41 am by Saswat2603 »
Code
printf("Saswat - born 2 %X\n",49374);
 [:)] [;)]

Offline hying

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 06 January 2009 build (5382) is out.
« Reply #65 on: February 02, 2009, 04:07:05 am »
to ollydbg

in a VM xp, i install C::B 8.02, build that code, find the disassembly bug.
i install 5382 patch, rebuild that code, debug it, find the bug exist,
i download  [tdm-mingw-1.812.0-f1.exe] (23.8 MB), and install in C:\Program Files\CodeBlocks\MinGW, the bug still exist.
i don't know what is difference your C::B.

Debugger name and version: GNU gdb 6.8

[attachment deleted by admin]
« Last Edit: February 02, 2009, 04:09:23 am by hying »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 06 January 2009 build (5382) is out.
« Reply #66 on: February 02, 2009, 04:40:54 am »
to ollydbg

in a VM xp, i install C::B 8.02, build that code, find the disassembly bug.
i install 5382 patch, rebuild that code, debug it, find the bug exist,
i download  [tdm-mingw-1.812.0-f1.exe] (23.8 MB), and install in C:\Program Files\CodeBlocks\MinGW, the bug still exist.
i don't know what is difference your C::B.

Debugger name and version: GNU gdb 6.8

what does VM xp mean?
It works Ok in my system. see the two images below:
I use the same environment as you stated.


[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline hying

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 06 January 2009 build (5382) is out.
« Reply #67 on: February 02, 2009, 04:44:33 am »
xp install in VMware Workstation.


Offline Saswat2603

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 06 January 2009 build (5382) is out.
« Reply #69 on: February 02, 2009, 01:34:49 pm »
@ MortenMacFly

http://2670631209710576974-a-1802744773732722657-s-sites.googlegroups.com/site/studycodeblocks/Home/bug1.swf?attredirects=0&auth=ANoY7cqP_pyou6_Xmc1Gyuq4ZTCqKTf4PsqREQSb1HKEtnpIJyIT5zz7-AuwT94W09z9MbRcd1TFkkmoHzlwiAH1UYDocw0cHZhoPml_qUhCVdeuxzDCmmT29cY-QxUCZSkdiOi3CXNFiHd0DL6iDpOUglI5yrlP_2i96scBzQw7KmtaIMoizlwKGWm4qe6sOvcPoqlH63XwT5abwOIQ0nKsAh5Xic_f0g%3D%3D
I will for sure not click / open a cryptic link like that.
Please: Write a step-by-step instruction if you want help.

It's nothing CRYPTIC !!! It's the same link as ollydbg mentioned about the SWF file ::
Bug report:
windows XP.
Each time I double click on an entry in the "Symbols tree", It will always go the "variables node". See the screen cast here:

http://sites.google.com/site/studycodeblocks/Home/bug1.swf

I think it shouldn't be changed.
Thanks.

The cryptic URL is the actual location of the file ( i guess ! ).
Because, when you goto http://sites.google.com/site/studycodeblocks/Home/bug1.swf, you actually get redirected to http://sites.google.com/site/studycodeblocks/Home/bug1.swf?attredirects=0 and you see the blank code-blocks page.
When you remove the suffix "?attredirects=0" in the addressbar and <enter>, you visit the cryptic URL and the SWF file then starts playing !!

If you hate the cryptic URL, try removing the "?attredirects=0" after visiting the page and you can see the file.
Code
printf("Saswat - born 2 %X\n",49374);
 [:)] [;)]

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 06 January 2009 build (5382) is out.
« Reply #70 on: February 02, 2009, 03:30:49 pm »
Hi,
I'm not sure it is the good place to ask for a new feature, but I try here.
Is possible to have a vertical spited view (as it is implemented) but with two different files. With the rise of wide screen (24" and 30"), it is easy to have at least now two files to edit at the same time, and it would be helpful.
This feature exist in the Eclipse EDI.

regards.

EDIT: Sorry, I've just seen that this question have been posted in the Development forum.
« Last Edit: February 02, 2009, 03:38:08 pm by reptils »
WinSplit Revolution http://reptils.free.fr

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 06 January 2009 build (5382) is out.
« Reply #71 on: February 02, 2009, 03:38:48 pm »
Hi,
I'm not sure it is the good place to ask for a new feature, but I try here.
Is possible to have a vertical spited view (as it is implemented) but with two different files. With the rise of wide screen (24" and 30"), it is easy to have at least now two files to edit at the same time, and it would be helpful.
This feature exist in the Eclipse EDI.

regards.

This feature will come (soon ?), we are still testing a patch that make it available.
But as any greater changes it has to be tested thoroughly and some minor issues have to be fixed, to make it work reliable.

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 06 January 2009 build (5382) is out.
« Reply #72 on: February 02, 2009, 03:47:08 pm »
Thank you for your quick reply  :)
As I said in the "EDIT" part of my reply, I have seen in the "Development" forum, the topic associated to this feature. It is understandable it need to be tested.
I think this feature will be very very helpful, particularly for people who works with a large wide screen.
WinSplit Revolution http://reptils.free.fr

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 06 January 2009 build (5382) is out.
« Reply #73 on: February 02, 2009, 05:20:26 pm »
planning on creating a new nightly tomorrow.

@developers : any commits you want in, now is the time ;-)

Just added an important update. Hope this comes out in the next nightly.

I've added the following 2 options to make default encoding option clearer to user.



Previous behaviour was broken as it used to fallback to System encoding on Windows and to UTF-8 on Linux/Mac. This behaviour was not consistent with the option.

I hope with this commit things will be much clear to choose. :)

Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 06 January 2009 build (5382) is out.
« Reply #74 on: February 02, 2009, 06:57:31 pm »
it will be in. just finished the build :-)