rock3.info rock3.info

ROCK3.INFO

Rock3的Linux博客 | just a tech blog

Just a tech blog. 环境 CentOS 6.4 x86 64 with gcc 4.4.7 ,glibc 2.12. 现象 32位(CFLAGS = -m32)的ECC测试程序能够正确的执行,64位 CFLAGS = -m64 的ECC测试程序卡住,不返回,经过简单调试,发现其卡在一个椭圆曲线点乘函数EC POINT mul()里,没有返回。 通常的思路就是从具体的出错点开始分析,也就是 EC POINT mul()函数。 经过在代码中添加打印,例如 printf(%s:%d n, func , LINE );. 发现32位测试中, EC POINT mul()中. 此时想到,性能问题可以使用oprofile和perf进行分析,运行了一下perf records/ pref report,发现一个奇特现象 64位程序99%的时间片都在执行一个函数 bn mul add words()。 期间,考虑 bn mul add words()函数由于openssl版本较旧,可能不适应新编译器,更换了最近的openssl实现,进行试验,问题仍然存在。 Windows Server 2012 R2.

http://www.rock3.info/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ROCK3.INFO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.0 out of 5 with 5 reviews
5 star
1
4 star
2
3 star
0
2 star
0
1 star
2

Hey there! Start your review of rock3.info

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.2 seconds

CONTACTS AT ROCK3.INFO

ghtr

lytr gft

bi●●in

a●w , wwws, 510000

CN

1.30●●●●7154
ro●●●●●●●●@gmail.com

View this contact

ghtr

lytr gft

bi●●in

a●w , wwws, 510000

CN

1.30●●●●7154
ro●●●●●●●●@gmail.com

View this contact

ghtr

lytr gft

bi●●in

a●w , wwws, 510000

CN

1.30●●●●7154
ro●●●●●●●●@gmail.com

View this contact

ghtr

lytr gft

bi●●in

a●w , wwws, 510000

CN

1.30●●●●7154
ro●●●●●●●●@gmail.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
2013 November 26
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
f1g1ns2.dnspod.net
2
f1g1ns1.dnspod.net

REGISTRAR

GoDaddy.com, LLC (R171-LRMS)

GoDaddy.com, LLC (R171-LRMS)

WHOIS : whois.afilias.info

REFERRED :

CONTENT

SCORE

6.2

PAGE TITLE
Rock3的Linux博客 | just a tech blog | rock3.info Reviews
<META>
DESCRIPTION
Just a tech blog. 环境 CentOS 6.4 x86 64 with gcc 4.4.7 ,glibc 2.12. 现象 32位(CFLAGS = -m32)的ECC测试程序能够正确的执行,64位 CFLAGS = -m64 的ECC测试程序卡住,不返回,经过简单调试,发现其卡在一个椭圆曲线点乘函数EC POINT mul()里,没有返回。 通常的思路就是从具体的出错点开始分析,也就是 EC POINT mul()函数。 经过在代码中添加打印,例如 printf(%s:%d n, func , LINE );. 发现32位测试中, EC POINT mul()中. 此时想到,性能问题可以使用oprofile和perf进行分析,运行了一下perf records/ pref report,发现一个奇特现象 64位程序99%的时间片都在执行一个函数 bn mul add words()。 期间,考虑 bn mul add words()函数由于openssl版本较旧,可能不适应新编译器,更换了最近的openssl实现,进行试验,问题仍然存在。 Windows Server 2012 R2.
<META>
KEYWORDS
1 skip to content
2 rock3的linux博客
3 rules
4 记录一次bug fix的过程分析
5 一条评论
6 上周有个急活,要求两天的时间搞定一个c的加密库
7 前两天有同事问我做bug fix的经验,正好总结一下
8 本博客主题为总结bug fix经验,不关心技术细节
9 本篇博客耗时6小时
10 一、问题描述
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,rock3的linux博客,rules,记录一次bug fix的过程分析,一条评论,上周有个急活,要求两天的时间搞定一个c的加密库,前两天有同事问我做bug fix的经验,正好总结一下,本博客主题为总结bug fix经验,不关心技术细节,本篇博客耗时6小时,一、问题描述,二、分析现象、理清思路,因此,考虑加密库本身可能就不支持64位的大数运算,三、试验、试验再试验,猜测这个函数在64位下实现是有问题的,经过查看具体代码,发现该函数的实现由具体的汇编完成,这更加加深了我的想法
SERVER
Apache
POWERED BY
PHP/5.3.28
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Rock3的Linux博客 | just a tech blog | rock3.info Reviews

https://rock3.info

Just a tech blog. 环境 CentOS 6.4 x86 64 with gcc 4.4.7 ,glibc 2.12. 现象 32位(CFLAGS = -m32)的ECC测试程序能够正确的执行,64位 CFLAGS = -m64 的ECC测试程序卡住,不返回,经过简单调试,发现其卡在一个椭圆曲线点乘函数EC POINT mul()里,没有返回。 通常的思路就是从具体的出错点开始分析,也就是 EC POINT mul()函数。 经过在代码中添加打印,例如 printf(%s:%d n, func , LINE );. 发现32位测试中, EC POINT mul()中. 此时想到,性能问题可以使用oprofile和perf进行分析,运行了一下perf records/ pref report,发现一个奇特现象 64位程序99%的时间片都在执行一个函数 bn mul add words()。 期间,考虑 bn mul add words()函数由于openssl版本较旧,可能不适应新编译器,更换了最近的openssl实现,进行试验,问题仍然存在。 Windows Server 2012 R2.

INTERNAL PAGES

rock3.info rock3.info
1

bug fix | Rock3的Linux博客

http://rock3.info/blog/category/other/bugs

Just a tech blog. 记录一次bug fix的过程分析 published on. Read more posts by the author of 记录一次bug fix的过程分析,. 环境 CentOS 6.4 x86 64 with gcc 4.4.7 ,glibc 2.12. 现象 32位(CFLAGS = -m32)的ECC测试程序能够正确的执行,64位 CFLAGS = -m64 的ECC测试程序卡住,不返回,经过简单调试,发现其卡在一个椭圆曲线点乘函数EC POINT mul()里,没有返回。 通常的思路就是从具体的出错点开始分析,也就是 EC POINT mul()函数。 经过在代码中添加打印,例如 printf(%s:%d n, func , LINE );. 发现32位测试中, EC POINT mul()中. 此时想到,性能问题可以使用oprofile和perf进行分析,运行了一下perf records/ pref report,发现一个奇特现象 64位程序99%的时间片都在执行一个函数 bn mul add words()。

2

Rules | Rock3的Linux博客

http://rock3.info/sample-page

Just a tech blog. Fan Comment by fan published on. Comment by rock3 published on. Windows Server 2012 安装Jenkins. Vmware ESXi执行Reset system configuration后恢复virtual machines. Fedora 19下使用Remmina远程连接AIX CDE XDMCP. AIX挂载Linux系统的NFS时报错 Operation not permitted. Bull; Powered by WordPress.

3

jenkins | Rock3的Linux博客

http://rock3.info/blog/tag/jenkins

Just a tech blog. Windows Server 2012 安装Jenkins. Windows Server 2012 安装Jenkins published on. Read more posts by the author of Windows Server 2012 安装Jenkins,. Windows Server 2012 安装Jenkins. 需要在Windows Server下使用Jenkins,本篇博客记录了在Windows Server 2012 R2上安装调试Jenkins的过程,Jenkins版本选择为1.584,本篇博客耗时6小时。 Windows Server 2012 R2. TortoiseSVN-1.8.8.25755-x64-svn-1.8.10.msi. Ant用于编译Java工程, apache-ant-1.9.4-bin.zip. Msbuild用于编译Visual Studio工程,默认在.NetFramework中集成,Windows Server 2012 R2默认安装,版本为4.0. 在cmd中实验java,javac,ant,.

4

recovery | Rock3的Linux博客

http://rock3.info/blog/tag/recovery

Just a tech blog. Vmware ESXi执行Reset system configuration后恢复virtual machines. Vmware ESXi执行Reset system configuration后恢复virtual machines published on. Read more posts by the author of Vmware ESXi执行Reset system configuration后恢复virtual machines,. Vmware ESXi执行Reset system configuration后恢复virtual machines. 今天一个同事在我们的vmware ESXi上的执行了reset system configuration,并重启,导致使用vmware vsphere client上无法看到以前安装的虚拟机,很多工作都在虚拟机上,着实吓出一身冷汗,后来在别人的帮助下,恢复了虚拟机,特此记录该过程。 环境为Vmware ESXi 5.1.0。 Windows Server 2012 安装Jenkins.

5

集成发布 | Rock3的Linux博客

http://rock3.info/blog/category/linux-os/系统管理/集成发布

Just a tech blog. Windows Server 2012 安装Jenkins. Windows Server 2012 安装Jenkins published on. Read more posts by the author of Windows Server 2012 安装Jenkins,. Windows Server 2012 安装Jenkins. 需要在Windows Server下使用Jenkins,本篇博客记录了在Windows Server 2012 R2上安装调试Jenkins的过程,Jenkins版本选择为1.584,本篇博客耗时6小时。 Windows Server 2012 R2. TortoiseSVN-1.8.8.25755-x64-svn-1.8.10.msi. Ant用于编译Java工程, apache-ant-1.9.4-bin.zip. Msbuild用于编译Visual Studio工程,默认在.NetFramework中集成,Windows Server 2012 R2默认安装,版本为4.0. 在cmd中实验java,javac,ant,.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

OTHER SITES

rock3-haiine-rolls.skyrock.com rock3-haiine-rolls.skyrock.com

rOck3-haiine-rOlls's blog - En cours de Chargement [...] - Skyrock.com

En cours de Chargement [.]. Rock'haiine rOlls x3. Rock'haiine rOlls x3. Rock'haiine rOlls x3. Rock'haiine rOlls x3. Rock'haiine rOlls x3. Rock'haiine rOlls x3. Rock'haiine rOlls x3. 20/06/2008 at 8:00 AM. 22/12/2008 at 5:39 AM. Subscribe to my blog! This blog has no articles. Post to my blog. Here you are free.

rock3-m3.skyrock.com rock3-m3.skyrock.com

Blog de RocK3-M3 - Mow. - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Etre Rimbaud, ni laid, ni beau,. Comme Pierrot et roder dans la ville. Mise à jour :. Noir Désir - Un Jour En France. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Posté le jeudi 25 février 2010 16:24. Poster sur mon blog.

rock3.co.uk rock3.co.uk

Rock3 Rock Music

Rock3 For UK Rock Bands. The King Blues Announce New UK Tour Plus New Single. October 21st, 2011, under Rock Music News. King Blues release a new single ‘THE FUTURE’S NOT WHAT IT USED TO BE’. On the 20th November and start their UK tour on the 2nd November at the Roundhouse, London. The single’s release date of November 20th is set to closely follow the band’s biggest headline show to date at The Roundhouse in Camden Town, London on November 2nd, with other UK shows as follows:-. Malefice has also releas...

rock3.com.br rock3.com.br

Rock3 Mobile | Apps personalizados para iOS e Android

Apps personalizados para iOS e Android. Rock3 Mobile é uma empresa especializada em desenvolvimento de aplicativos mobile para as plataformas iPhone, iPad e Android. Além dos aplicativos próprios aqui apresentados, a Rock3 também desenvolve projetos personalizados de acordo com a necessidade da sua empresa. Os apps ficam disponíveis para download através da App Store e do Google Play, gratuitamente ou com custo estipulado. Siga-nos no App.net.

rock3.gportal.hu rock3.gportal.hu

RoCk3-rock@metal Egy oldal, ami NEKED waló !!!!!!!!!! - G-Portál

AJÁNLOM AZ OLDALT. RoCk3-rock@metal Egy oldal, ami NEKED waló! A Te világod c. dal szövege. Mi kell az oldalra? Szükség van zenére,videóra? Sajnos a böngésződ nem képes a beillesztett keretek megjelenítésére. Nap van hátra nyáriszünetig. Üdvözlök mindenkit az oldalamon! BOCSI, MINDENKINEK, DE NE WOLT IDŐM FEJLESZTENI AZ OLDALT! MOST ÚJ CUCCOK LESZNEK RAJTA.HELYTETTE NÉZZÉTEK MEG A WWW.KINGOFMETAL.GPORTAL.HU. Az oldal célja, hogy összehozza azokat az embereket, akik szeretik a Rock/Metal zenét! Cradle of ...

rock3.info rock3.info

Rock3的Linux博客 | just a tech blog

Just a tech blog. 环境 CentOS 6.4 x86 64 with gcc 4.4.7 ,glibc 2.12. 现象 32位(CFLAGS = -m32)的ECC测试程序能够正确的执行,64位 CFLAGS = -m64 的ECC测试程序卡住,不返回,经过简单调试,发现其卡在一个椭圆曲线点乘函数EC POINT mul()里,没有返回。 通常的思路就是从具体的出错点开始分析,也就是 EC POINT mul()函数。 经过在代码中添加打印,例如 printf(%s:%d n, func , LINE );. 发现32位测试中, EC POINT mul()中. 此时想到,性能问题可以使用oprofile和perf进行分析,运行了一下perf records/ pref report,发现一个奇特现象 64位程序99%的时间片都在执行一个函数 bn mul add words()。 期间,考虑 bn mul add words()函数由于openssl版本较旧,可能不适应新编译器,更换了最近的openssl实现,进行试验,问题仍然存在。 Windows Server 2012 R2.

rock30.com rock30.com

Home

Biggest names in Rock as co-hosts. Biggest Rock songs counted down. Available for 2 or 3-hours. Interactive toll-free number for USA and Canada (855) 576-2530. Don’t forget to call in to th. E show on the. Include your Name, City, Station you listen to the Rock Countdown and a cool story or reason for your request. Tweet about it and follow @lalloyd. Check out the video for Gravity from Papa Roach. CALL THE LA LLOYD HOTLINE TOLL FREE. Or call her at (615) 771-0067. Id=com.app lalloyd.layout&hl=en.

rock3000.skyrock.com rock3000.skyrock.com

Blog de rock3000 - Blog de rock3000 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Des générique de Naruto. Naruto Shippuden - Opening 2 (Naruto Shippuden - Générique ). Abonne-toi à mon blog! Ajouter des paillettes à tes photos. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Posté le dimanche 10 janvier 2010 08:37. Ou poster avec :.

rock30140.skyrock.com rock30140.skyrock.com

rock30140's blog - Blog de rock30140 - Skyrock.com

Salut les fan de rock. 09/11/2008 at 10:41 AM. 12/11/2008 at 11:19 AM. Subscribe to my blog! Add this video to my blog. Beat Your Heart Out. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.14) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Monday, 10 November 2008 at 12:06 PM. Add this video to my blog. Posted on Monday, 10 November 2008 at 12:04 PM.

rock30340.skyrock.com rock30340.skyrock.com

Blog de rock30340 - viv le rok é muse - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Viv le rok é muse. Voici tou mé group de rok préféré en foto et en bio voila c tou profité bien é lé c d com! Mise à jour :. Abonne-toi à mon blog! Pour ou contre léssé d com touc lé com seron pri en conte pour le rézulta du sondage! Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le dimanche 16 décembre 2007 07:43. LA TABLE de ouf a ANDUZ tro bon semène! Ou poster avec :.

rock30500.skyrock.com rock30500.skyrock.com

Blog de rock30500 - bienvenue dans le rock - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Bienvenue dans le rock. Just mwa et ma personalité. Mise à jour :. Et voila c la fin de l'ané le 26 et 27. Abonne-toi à mon blog! J'aime: la zik, les potes, surfer sur le net. J'aime pa: racisme, le college, la tecktonik. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :.