Bundler Issues So! You're having problems with Bundler. This file is here to help. If you're running into an error, try reading the rest of this file for help. If you can't figure out how to solve your problem, there are also instructions on ... 続きを読む
The same issue with ruby 1.9.3p327. But for me, It's only happens when I deploy my project via capistrano. After I execute commands in section Something else, everything works fine, but after deploy the same problem happens. This is my stack ... 続きを読む
buildroot 以外での cross compile もしてみようかと思って、 Android を試したところ、nkf のところで compile に失敗します。 Bionic (Android の libc) には langinfo.h がないのが原因のようです。 nkf.h を見たところ、どう修正するのが適切なのかわからな... 続きを読む
Status changed from Open to AssignedAssignee set to nagachika (Tomoyuki Chikanaga)ありがとうございます。とりあえず rubyci で SEGV って出ると精神衛生上よくないので先んじて入れます。 続きを読む
renard opened this issue October 21, 2012 Can't expand minibuffer to full frame Hi, I am using self compiled emacs version taken from the official git repository at git.savannah.gnu.org (git clone git://git.savannah.gnu.org/emacs.git). The la... 続きを読む
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0] 以下のように、open-uri と resolv-replace を同時にロードすると壊れます。 $ ruby -ropen-uri -rresolv-replace -ve 'open("http://www.ruby-lang.org/")' ruby 2.0.0p0 (2013-02-24 revisio... 続きを読む
I propose a new class method [] on Symbol. If a symbol s already exists such that s.to_s == string, then s is returned. If not, nil is returned. The inspiration for this method is a question I was asked, and the answer I was given: "Why would... 続きを読む
Browse code Get rid of the Rake package task libraries, and add a proper gemspec … 続きを読む
ruby 1.9.3p385 (2013-02-06 revision 39114) [universal.x86_64-darwin10] 題名の通りです. MacPortsからインストールした 1.9.3-p327+mactk 1.9.3-p385+mactk で同じ症状でした. 以下,ソースです.forkブロック中の,p 'forked process'は表示されます.ウ... 続きを読む
Ubuntu 12.10 で Rabbit http://rabbit-shocker.org/ が Ruby 1.9.3p362 で落ちます。 表紙は表示されるのですが、ページを送っていると落ちます。 Rabbit の問題の可能性もあるのですが、Ruby 1.9.3p327 ではちゃんと動作していたので、Ruby の問題かと思って... 続きを読む
SixArm opened this issue December 05, 2012 Bug with Ruby 2.0:`require': cannot load such file -- rubygems/format (LoadError) Bug using the new Bundler (1.2.3) and new Ruby (2.0.0 Preview 2 MRI) and gem. Stack trace below. Bundler is trying to... 続きを読む
Hello. I apologize if I missed something. I found strange behavior in ruby 1.9:class Custom < Array; end Custom.new(0){|i| i + 1}.uniq.class # => Array Custom.new(2){|i| i + 1}.uniq.class # => Customwhile in 1.8 it works just as I expected. c... 続きを読む
現象: ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、 Arrayクラスのオブジェクトが帰ってくる 期待している結果 継承したクラスのオブジェクトが帰ってくる 再現コード ======== $ ruby -v ruby 1.9.2p320 (2012-04-20 revision 354... 続きを読む
Subject: [ruby-list:49098] Array#compact on Ruby1.9.3 From: 古川大輔 <mogya99 yahoo.co.jp> Date: Wed, 26 Dec 2012 16:03:36 +0900 こんにちは。 ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、 Arrayクラスのオブジェクトが帰... 続きを読む
String#each_lineでセパレータを指定したときにASCII以外の文字でinvalid byte sequenceが発生します。$ ruby -ve '"\n\u0100".each_line("\n") {|l| p l }' ruby 2.0.0dev (2013-01-02 trunk 38676) [i686-linux] "\n" -e:1:in `each_line': invalid byte sequ... 続きを読む
by Kosei Moriyama on 17 Dec 2012 paulirish/browser-logos · GitHub バグを見つける 表示系のものならスクリーンショットをとっておく すでに報告されていないか調べる ブラウザごとのバグトラッカーで検索してみる サポートフォーラムなどコミュニティに相談... 続きを読む
更新履歴 2012-08-28: URL 公開 はじめに 日本時間 2012 年 7 月 1 日 9:00 にうるう秒が挿入されましたが、その際 Linux カーネルに起因する不具合により、各所で騒ぎになりました。行きがかり上、成り行きを追いかけているのですが、なかなか長期間になってき... 続きを読む
05-Jul-2012 12:31 AM Wataru Kimura: Summary: On 10.8 Developer Preview, Bignum class of Ruby (/usr/bin/ruby) seems to be broken. Steps to Reproduce: Terminal.app $ svn co http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_358 $ cd v1_8_7_358 $ l... 続きを読む
Android4.0とiframe Check Tweet iframe内でコンテンツを展開するとAndroid4.0でシビレルくらい様々なバグが発生します。 弊社松田の調べによると見つけただけでも以下のような不具合があるようです(Galaxy Nexus調べ)。シビレますね。 a要素に display:block ... 続きを読む
isc opened this issue March 25, 2012 Color values of 256 Why are there rgba calls with a color value of 256 in the various bootswatch.less files ? Something in the Rails asset pipeline thinks this is wrong and stop the asset precompilation wi... 続きを読む
[PATCH] [RFC] Potential fix for leapsecond caused futex related load spikes As widely reported on the internet today, some Linux systems after the leapsecond was inserted are experiencing futex related load spikes (usually connected to MySQL,... 続きを読む
Module#prepend を利用した Class/Module に対して ancestors を呼ぶと Class が入りこみます。 ancestors に入るだけで Object#is_a? の判定やメソッド呼び出しができるようになったりはしていないようです。 module M1 end module M2 prepend M1 end M2.ances... 続きを読む
PHPをCGIとして使用する場合にリモートからコマンドライン引数を指定してPHP-CGIバイナリーを実行できるという脆弱性(CVE-2012-1823)が発見され、PHP開発チームはPHP 5.3.12とPHP 5.4.2を公開した。しかし、脆弱性が完全には修正されておらず、改めて脆弱性情報... 続きを読む
Scripting Engine problem Bug Reported by tomek@... Wed, 15 Feb 2012 15:32:20 +0000 PHP: 5.3.10, OS: Windows XP Description: ------------ These echoes 4: echo (0x00+2); echo (0x00+0x02); but they should echo 2! This echoes 2 as expected: echo ... 続きを読む
I found and reported this xss pattern in evernote.com, skype.com and many famous websites. see http://ma.la/jquery_xss/ and many jQuery plugin has this XSS pattern. https://github.com/rodbegbie/threequarters/blob/master/htdocs/design/threequ... 続きを読む
Linux Kernel に208日問題というのが存在した。SuSE11SP1利用者は被害を食らっている。 今調べたら RHEL6 も範囲に入ってた。2.6.32 ベースだ。 Fedora15,16のユーザーもだが、こちらはそもそも安定したバージョンじゃないと理解しているはず。とりあえず、http... 続きを読む
2011年12月29日 sched_clock() overflow after 208.5 days in Linux Kernel 時刻: 22:52 ラベル: Linux TSC 54bit 208days kernel_dead メールで送信BlogThis!Twitter で共有するFacebook で共有する えーっと、久しぶりに Linux Kernel にダメダメなバグが発見... 続きを読む
r33784 向けのパッチです。 Debian 上で test-all が全て通ることを確認しています。 Solaris 上では確認できていませんので、どなたか追試していただけると助かります。diff --git a/thread_pthread.c b/thread_pthread.c index 7fa8e95..b5c97bd 100644 --- a... 続きを読む
bug#8223: emacs 23.3 compilation fails with Xcode 4 on Mac 10.6.6 続きを読む
Subject: [ruby-dev:44436] [BUG: ruby 1.9.3dev (2011-08-27 revision 33101) [i686-linux]] class オブジェクトの開放時に segv From: Satoshi Shiba <shiba rvm.jp> Date: Sun, 28 Aug 2011 03:30:59 +0900 芝と申します。 次のようなコードを実行すると、gc... 続きを読む
Subject: [ruby-dev:44435] [BUG: ruby 1.9.3dev (2011-08-02 revision 32810) [i686-linux]] C の Proc の比較のバグ From: Satoshi Shiba <shiba rvm.jp> Date: Sat, 27 Aug 2011 22:20:40 +0900 This is a multi-part message in MIME format. -------------... 続きを読む
以前のチケットは http://trac.openpne.jp/ticket/3310 です OpenPNE2にあるファイルアップロード機能をOpenPNE3に追加する。 * ファイルアップロード * トピック * トピックコメント * メッセージ * ファイルアップロード使用設定(admin) * ファイルアップロー... 続きを読む
[root@integration ~]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch Distributor ID: CentOS Descripti... 続きを読む
Overview¶ Segmentation fault occurs by openpne:migrate task (openpne:migrateタスクでセグメンテーション違反) >> plugin installing plugin "opRankingPlugin" >> opPluginManager Plugin is already installed zsh: segmentation fault $ php -v PHP 5.3.... 続きを読む
何度かアクセスした後にtopコマンドでメモリの使用状況を使用順に並べてみました。 2984 apache 17 0 412m 67m 31m S 0.0 6.8 0:04.15 httpd 2983 apache 16 0 411m 64m 28m S 0.0 6.5 0:09.10 httpd 2988 apache 19 0 411m 63m 27m S 0.0 6.4 0:09.49 httpd 29... 続きを読む
この項目「SegmentationFault」は、調べものの参考にはなる可能性がありますが、まだ書きかけの項目です。加筆、訂正などをして下さる協力者を求めています。 [編集] タイトル Segmentation Fault セグメンテーション違反 [編集] 内容 php実行時に「Segmentatio... 続きを読む
Message #5 received at submit@bugs.debian.org (full text, mbox): From: Mark Nipper <nipsy@tamu.edu> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: zsh: error in compaudit with 4.3.0-dev-5-1 as root Date: Mon, 27 Feb 2006 14:... 続きを読む
I’m experiencing since some time (out of the blue) spontaneous reboots of some of my dom0s on lenny/i386 (others don’t have this effect). As result of this, I started rolling out linux-image-2.6.32-bpo.5-xen-686 from bpo and backported xen ... 続きを読む
Debian10/24に行ったアップデートで、grub2がアップデートされた*1のだが、カーネルが見つからんというエラーになる。直接的な原因は以下2行。 (snip) linux /boot/vmlinuz-2.6.36 root=UUID=073dfddb-549d-451f-9d0e-dbd04f31ce9b ro nosmp acpi=noirq quiet ... 続きを読む
capability.policy.default.XMLHttpRequest.open=sameOrigin does not work in 3.5 続きを読む
When i installed i setup lvm for all partitions including root. This was on kernel 2.6.34. Everything worked wonderfully. Then yesterday i upgraded to 2.6.35.2 (i always use packages from stable and never from testing). However after i reboot... 続きを読む
linux-2.6.35+ causes LVM to fail with " device-mapper: version ioctl failed: Inappropriate ioctl for device" view thread Previous thread: Re: [PATCH] netpoll: use non-BH variant of RCU by Herbert Xu on Friday, August 13, 2010 - 10:51 am. (5 m... 続きを読む
Report forwarded to debian-bugs-dist@lists.debian.org, Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>: Bug#590032; Package ntpdate. (Fri, 23 Jul 2010 02:36:32 GMT) Full text and rfc822 format available. Acknowledgement sent to ... 続きを読む
Hi Akira, I am consistently getting -EBADF while trying out e4defrag and it fails with below error. /home/mkatiyar/e2fs-git/e2fsprogs/misc> ./e4defrag -v /tmp/ohsm/mntdir/f1 ext4 defragmentation for /tmp/ohsm/mntdir/f1 [1/1]/tmp/ohsm/mntdir/f... 続きを読む
4月にリリースされる予定のUbuntu 9.04(開発コード名:Jaunty Jackalope)のオプションで提供されているファイルシステムExt4を使用した場合、Ext3のコミット間隔を当てにしたアプリケーションによってはデータロスが発生する恐れがあるそうだ(本家記事より)... 続きを読む
Package: debian-installer Version: 20090123lenny1 There is option in Debian installer to format partition in ext4 file system. ... bugs.debian.org/cgi-bin/bugreport.cgi?bug=535555 - Cached - Similar From: Christoph Thomas <christoph.thomas@gm... 続きを読む
なんだっけ STOPキーを押してから電源を切ればいいんだっけ。 Ubuntu関係なくね? Ubuntuのext4でのみ問題が起こるようにも読める文章ですが、 カーネルの問題であって基本的にディストリビューションは関係ないですよね? (もちろん独自にパッチをバックポート... 続きを読む
News: Please help test our beta release of Red Hat Bugzilla 3.6 at partner-bugzilla.redhat.com. File any problems you find or give feedback here. 続きを読む
Shift key (and caps lock) stop working when using VMWare Ubuntu “linux” package Bugs Bug #195982 続きを読む
Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1 続きを読む
Had an e-mail this morning that a update was available for bind: bind9-host Version of 'host' bundled with BIND 9.X New version 9.6.ESV.R1+dfsg-0+lenny1 Installing package(s) with command apt-get -y install bind9-host .. dpkg: dependency prob... 続きを読む
Report forwarded to debian-bugs-dist@lists.debian.org, antonvesnin@gmail.com, Daniel Burrows <dburrows@debian.org>: Bug#473633; Package aptitude. Full text and rfc822 format available. Acknowledgement sent to "Anton A. Vesnin" <antonvesnin@gm... 続きを読む
Report forwarded to debian-bugs-dist@lists.debian.org, tytso@mit.edu (Theodore Y. Ts'o): Bug#454926; Package e2fsprogs. Full text and rfc822 format available. Message #5 received at submit@bugs.debian.org (full text, mbox): From: giggz <giggz... 続きを読む
corruption of large files reported with linux 2.6.31-14.46 on ext4 Ubuntu “linux” package Bugs Bug #453579 続きを読む
As requested on another thread, I am starting a new thread to explain the problems I am currently having with my 17" MBP after installing the Security Update 2010-001. I installed the security update this morning, and rebooted the machine. St... 続きを読む
[PR] 11/19更新 Mac・ipodなどが安く購入でき、一年間保証付き。 □ Apple Storeのお得な整備済み製品 [PR] 新VAIO続々登場…アウトレットも有ります。 □ Sony Style(ソニースタイル) [PR]B&O,±0などデザイン家電やインテリアが勢揃い □ ヤマギワ オンライン... 続きを読む
[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1 http://bugzilla.kernel.org/show_bug.cgi?id=13170 Len Brown <len.br...@intel.com> changed: What |Removed |Added ----------------------------------------------------------... 続きを読む
Petter Reinholdtsen Wed, 15 Mar 2006 16:18:09 -0800 tags 285257 + patch thanks The following patch was found in the fedora version of ext2resize, and claim to fix all endian issues with the package. When it is inserted instead of the 01_fix-e... 続きを読む
If you've come here when trying to file a bug about Ubuntu in Launchpad this was deliberate. Please read the following documentation regarding how to report a bug about Ubuntu. Ubuntu uses Launchpad to keep track of bugs and their fixes. To f... 続きを読む
Binary package hint: grub Up to date hardy with grub 0.97-29ubuntu18 in a kvm virtual machine. Running 'update-grub' results in: $ sudo update-grub Searching for GRUB installation directory ... found: /boot/grub Searching for default file ...... 続きを読む
11月版 怒りのLinus――メンテナにかんしゃく玉爆発 小崎資広 2009/12/10 お久しぶりです。10月はKernel Summit、Japan Linux Symposium、OSS貢献者賞受賞講演と欠席不可のイベントが連続で並んでいたところに、Summitの参加者から悪性の風邪をうつされて、本... 続きを読む
Package: x11-xserver-utils Version: 7.4+2 Severity: normal When running xmodmap to change the keymap (i.e., not to just print them), X hangs afterwards for several minutes until normal operation is resumed. By "hang" I mean: Mouse pointer mov... 続きを読む
18:27で、調べてみたら他になってる人もいるみたいとりあえず解決方法はターミナルでkillall DockMac OS X 10.6 Snow Leopard Part 24http://pc11.2ch.net/test/read.cgi/mac/1252553092/30+3 :名称未設定 [↓] :2009/09/10(木) 18:28:00 ID:5dTjbI+N0 (1/3) ... 続きを読む
バグレポートはこう書け - バグレポートのための単文集 バグレポートのための単文集 send-pr とか bugzilla に投げるときとか、なんて書いて いいのかわからんのよね。 というわけで、とにかくいろんな文章をまとめてみる。 心構え バグレポートの目的は何か? ... 続きを読む